From 95f40458a9dd927fba35624564b64b5f973dd9fe Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Wed, 18 Feb 2026 22:07:07 +0100 Subject: 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. --- config/server_lds.conf | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 config/server_lds.conf (limited to 'config/server_lds.conf') diff --git a/config/server_lds.conf b/config/server_lds.conf deleted file mode 100644 index 54e0457..0000000 --- a/config/server_lds.conf +++ /dev/null @@ -1,25 +0,0 @@ -# ServerLDS 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) -# cleanupTimeout Seconds before stale registrations are removed (must be > 10) - -port = 4840 -applicationUri = urn:localhost:bobink:ServerLDS - -certificate = certs/ServerLDS_cert.der -privateKey = certs/ServerLDS_key.der -trustStore = certs/trust/server_lds - -authMode = user -username = user -password = password - -cleanupTimeout = 60 -- cgit v1.2.3