diff options
Diffstat (limited to 'tests/aes256_anon/server_lds.conf')
| -rw-r--r-- | tests/aes256_anon/server_lds.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/aes256_anon/server_lds.conf b/tests/aes256_anon/server_lds.conf index 587820f..763ec54 100644 --- a/tests/aes256_anon/server_lds.conf +++ b/tests/aes256_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 |
