diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-02-18 10:16:45 +0100 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-02-18 10:16:45 +0100 |
| commit | 5726a0d84460a4b67a254c4dcfaa40bf9cc12e45 (patch) | |
| tree | d6150d86e876c402db5ee3e7e613d63145f5fa64 /tests/basic256sha256_anon/server_lds.conf | |
| parent | 9fe3814a2ef0be8e5b693fb0fa42064b33d0ae45 (diff) | |
| download | BobinkCOpcUa-5726a0d84460a4b67a254c4dcfaa40bf9cc12e45.tar.gz BobinkCOpcUa-5726a0d84460a4b67a254c4dcfaa40bf9cc12e45.zip | |
Standardize config file section ordering, list operations in usage
Group config keys into sections separated by blank lines: identity,
encryption (certificate/privateKey/trustStore), security mode, auth.
Program-specific keys (cleanupTimeout, registerInterval) go last.
Show available operations in Client usage message.
Diffstat (limited to 'tests/basic256sha256_anon/server_lds.conf')
| -rw-r--r-- | tests/basic256sha256_anon/server_lds.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/basic256sha256_anon/server_lds.conf b/tests/basic256sha256_anon/server_lds.conf index 59e84ac..4560153 100644 --- a/tests/basic256sha256_anon/server_lds.conf +++ b/tests/basic256sha256_anon/server_lds.conf @@ -2,10 +2,11 @@ port = 14840 applicationUri = urn:localhost:bobink:ServerLDS + certificate = certs/ServerLDS_cert.der privateKey = certs/ServerLDS_key.der -cleanupTimeout = 60 +trustStore = certs/trust/server_lds authMode = anonymous -trustStore = certs/trust/server_lds +cleanupTimeout = 60 |
