diff options
Diffstat (limited to 'tests/aes256_anon/server_lds.conf')
| -rw-r--r-- | tests/aes256_anon/server_lds.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/aes256_anon/server_lds.conf b/tests/aes256_anon/server_lds.conf new file mode 100644 index 0000000..587820f --- /dev/null +++ b/tests/aes256_anon/server_lds.conf @@ -0,0 +1,11 @@ +# ServerLDS — test: aes256_anon + +port = 14840 +applicationUri = urn:localhost:bobink:ServerLDS +certificate = certs/ServerLDS_cert.der +privateKey = certs/ServerLDS_key.der +cleanupTimeout = 60 + +authMode = anonymous + +trustStore = certs/trust/server_lds |
