diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-02-18 22:07:07 +0100 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-02-18 22:07:07 +0100 |
| commit | 95f40458a9dd927fba35624564b64b5f973dd9fe (patch) | |
| tree | 4ed80f1fe2ab9435750dab103e71a22897abfc8d /config/server_lds.conf | |
| parent | 4a0e0ff8cca00a6e4b4557d468894682d1b91333 (diff) | |
| download | BobinkCOpcUa-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_lds.conf')
| -rw-r--r-- | config/server_lds.conf | 25 |
1 files changed, 0 insertions, 25 deletions
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 |
