aboutsummaryrefslogtreecommitdiffstats
path: root/config/server_register.conf
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-02-18 22:07:07 +0100
committerThomas Vanbesien <tvanbesi@proton.me>2026-02-18 22:07:07 +0100
commit95f40458a9dd927fba35624564b64b5f973dd9fe (patch)
tree4ed80f1fe2ab9435750dab103e71a22897abfc8d /config/server_register.conf
parent4a0e0ff8cca00a6e4b4557d468894682d1b91333 (diff)
downloadBobinkCOpcUa-95f40458a9dd927fba35624564b64b5f973dd9fe.tar.gz
BobinkCOpcUa-95f40458a9dd927fba35624564b64b5f973dd9fe.zip
Remove redundant config/ dir, use Aes256_Sha256_RsaPss everywhere
The config/ example files duplicated the test configs. Remove them and point the Running docs at tests/secure_user/ instead. Switch the security policy from Basic256Sha256 to Aes256_Sha256_RsaPss in all test configs, CMakeLists.txt, and readme.md.
Diffstat (limited to 'config/server_register.conf')
-rw-r--r--config/server_register.conf25
1 files changed, 0 insertions, 25 deletions
diff --git a/config/server_register.conf b/config/server_register.conf
deleted file mode 100644
index b3f9290..0000000
--- a/config/server_register.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-# ServerRegister — server configuration
-#
-# Keys:
-# port Server port number
-# applicationUri OPC UA application URI
-# certificate Path to server certificate (.der)
-# privateKey Path to server private key (.der)
-# trustStore Directory containing trusted certificates (.der)
-# authMode "anonymous" or "user"
-# username Username (required when authMode = user)
-# password Password (required when authMode = user)
-# registerInterval Seconds between re-registrations with the LDS
-
-port = 4841
-applicationUri = urn:localhost:bobink:ServerRegister
-
-certificate = certs/ServerRegister_cert.der
-privateKey = certs/ServerRegister_key.der
-trustStore = certs/trust/server_register
-
-authMode = user
-username = user
-password = password
-
-registerInterval = 10