diff options
Diffstat (limited to 'tests/aes128_user/client.conf')
| -rw-r--r-- | tests/aes128_user/client.conf | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/aes128_user/client.conf b/tests/aes128_user/client.conf new file mode 100644 index 0000000..026cd99 --- /dev/null +++ b/tests/aes128_user/client.conf @@ -0,0 +1,11 @@ +# Client — test: aes128_user + +applicationUri = urn:bobink.ClientFindServers +certificate = certs/ClientFindServers_cert.der +privateKey = certs/ClientFindServers_key.der +securityMode = SignAndEncrypt +securityPolicy = Aes128_Sha256_RsaOaep +authMode = user +username = user +password = password +trustStore = certs/trust/client |
