aboutsummaryrefslogtreecommitdiffstats
path: root/tests/secure_cert/client.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/secure_cert/client.conf')
-rw-r--r--tests/secure_cert/client.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/secure_cert/client.conf b/tests/secure_cert/client.conf
new file mode 100644
index 0000000..0abd582
--- /dev/null
+++ b/tests/secure_cert/client.conf
@@ -0,0 +1,13 @@
+# Client — test: secure_cert
+# Authenticates to ServerRegister with X509 certificate identity token.
+
+applicationUri = urn:localhost:bobink:Client
+
+certificate = certs/Client_cert.der
+privateKey = certs/Client_key.der
+trustStore = certs/trust/client
+
+securityMode = SignAndEncrypt
+securityPolicy = Basic256Sha256
+
+authMode = cert