diff options
Diffstat (limited to 'tests/secure_user/client.conf')
| -rw-r--r-- | tests/secure_user/client.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/secure_user/client.conf b/tests/secure_user/client.conf new file mode 100644 index 0000000..85c12e9 --- /dev/null +++ b/tests/secure_user/client.conf @@ -0,0 +1,14 @@ +# Client — test: secure_user + +applicationUri = urn:localhost:bobink:Client + +certificate = certs/Client_cert.der +privateKey = certs/Client_key.der +trustStore = certs/trust/client + +securityMode = SignAndEncrypt +securityPolicy = Basic256Sha256 + +authMode = user +username = user +password = password |
