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/client.conf | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 config/client.conf (limited to 'config/client.conf') diff --git a/config/client.conf b/config/client.conf deleted file mode 100644 index 348bd6b..0000000 --- a/config/client.conf +++ /dev/null @@ -1,26 +0,0 @@ -# Client configuration -# -# Keys: -# applicationUri OPC UA application URI -# certificate Path to client certificate (.der) -# privateKey Path to client private key (.der) -# trustStore Directory containing trusted certificates (.der) -# securityMode None, Sign, or SignAndEncrypt -# securityPolicy None, Basic256Sha256, Aes256_Sha256_RsaPss, -# Aes128_Sha256_RsaOaep, or ECC_nistP256 -# authMode "anonymous" or "user" (read-time only) -# username Username (required when authMode = user) -# password Password (required when authMode = user) - -applicationUri = urn:localhost:bobink:Client - -certificate = certs/Client_cert.der -privateKey = certs/Client_key.der -trustStore = certs/trust/client - -securityMode = SignAndEncrypt -securityPolicy = Aes256_Sha256_RsaPss - -authMode = user -username = user -password = password -- cgit v1.2.3