diff options
Diffstat (limited to 'tests/nosec_anon/client.conf')
| -rw-r--r-- | tests/nosec_anon/client.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/nosec_anon/client.conf b/tests/nosec_anon/client.conf index 72679c9..2e7f959 100644 --- a/tests/nosec_anon/client.conf +++ b/tests/nosec_anon/client.conf @@ -1,9 +1,12 @@ # Client — test: nosec_anon applicationUri = urn:localhost:bobink:ClientFindServers + certificate = certs/ClientFindServers_cert.der privateKey = certs/ClientFindServers_key.der +trustStore = certs/trust/client + securityMode = None securityPolicy = None + authMode = anonymous -trustStore = certs/trust/client |
