aboutsummaryrefslogtreecommitdiffstats
path: root/config/client.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/client.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/client.conf')
-rw-r--r--config/client.conf26
1 files changed, 0 insertions, 26 deletions
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