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 /tests | |
| 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 'tests')
| -rw-r--r-- | tests/aes128_user/client.conf | 6 | ||||
| -rw-r--r-- | tests/aes256_anon/client.conf | 6 | ||||
| -rw-r--r-- | tests/basic256sha256_anon/client.conf | 6 | ||||
| -rw-r--r-- | tests/none_user/client.conf | 6 | ||||
| -rw-r--r-- | tests/nosec_anon/client.conf | 6 |
5 files changed, 15 insertions, 15 deletions
diff --git a/tests/aes128_user/client.conf b/tests/aes128_user/client.conf index 614baff..77b43d2 100644 --- a/tests/aes128_user/client.conf +++ b/tests/aes128_user/client.conf @@ -1,9 +1,9 @@ # Client — test: aes128_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 diff --git a/tests/aes256_anon/client.conf b/tests/aes256_anon/client.conf index d8d5ab2..5141e2c 100644 --- a/tests/aes256_anon/client.conf +++ b/tests/aes256_anon/client.conf @@ -1,9 +1,9 @@ # Client — test: aes256_anon -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 diff --git a/tests/basic256sha256_anon/client.conf b/tests/basic256sha256_anon/client.conf index 5517368..26cd1cc 100644 --- a/tests/basic256sha256_anon/client.conf +++ b/tests/basic256sha256_anon/client.conf @@ -1,9 +1,9 @@ # Client — test: basic256sha256_anon -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 diff --git a/tests/none_user/client.conf b/tests/none_user/client.conf index cb5d187..eba232e 100644 --- a/tests/none_user/client.conf +++ b/tests/none_user/client.conf @@ -1,9 +1,9 @@ # Client — test: none_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 = None diff --git a/tests/nosec_anon/client.conf b/tests/nosec_anon/client.conf index 2e7f959..2c74f5e 100644 --- a/tests/nosec_anon/client.conf +++ b/tests/nosec_anon/client.conf @@ -1,9 +1,9 @@ # Client — test: nosec_anon -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 = None |
