diff options
Diffstat (limited to 'tests/aes128_user/client.conf')
| -rw-r--r-- | tests/aes128_user/client.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/aes128_user/client.conf b/tests/aes128_user/client.conf index 98dd4c4..614baff 100644 --- a/tests/aes128_user/client.conf +++ b/tests/aes128_user/client.conf @@ -1,11 +1,14 @@ # Client — test: aes128_user applicationUri = urn:localhost:bobink:ClientFindServers + certificate = certs/ClientFindServers_cert.der privateKey = certs/ClientFindServers_key.der +trustStore = certs/trust/client + securityMode = SignAndEncrypt securityPolicy = Aes128_Sha256_RsaOaep + authMode = user username = user password = password -trustStore = certs/trust/client |
