diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-02-18 10:49:22 +0100 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-02-18 10:49:22 +0100 |
| commit | 4e7b6e191227de47ef297189e42a68cbdddadee7 (patch) | |
| tree | 059e210f61e597e48153660852926425d67217ca /config | |
| parent | 5726a0d84460a4b67a254c4dcfaa40bf9cc12e45 (diff) | |
| download | BobinkCOpcUa-4e7b6e191227de47ef297189e42a68cbdddadee7.tar.gz BobinkCOpcUa-4e7b6e191227de47ef297189e42a68cbdddadee7.zip | |
Rename ClientFindServers certificate identity to Client
The unified client program is no longer just for FindServers.
Regenerated the certificate as "Client" and updated all configs,
trust store symlinks, readme, and script comments.
Diffstat (limited to 'config')
| -rw-r--r-- | config/client.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/client.conf b/config/client.conf index dac9cb9..348bd6b 100644 --- a/config/client.conf +++ b/config/client.conf @@ -12,10 +12,10 @@ # username Username (required when authMode = user) # password Password (required when authMode = user) -applicationUri = urn:localhost:bobink:ClientFindServers +applicationUri = urn:localhost:bobink:Client -certificate = certs/ClientFindServers_cert.der -privateKey = certs/ClientFindServers_key.der +certificate = certs/Client_cert.der +privateKey = certs/Client_key.der trustStore = certs/trust/client securityMode = SignAndEncrypt |
