summaryrefslogtreecommitdiff
path: root/sample/soap/ssl/files/sslclient_with_clientauth.properties
diff options
context:
space:
mode:
Diffstat (limited to 'sample/soap/ssl/files/sslclient_with_clientauth.properties')
-rw-r--r--sample/soap/ssl/files/sslclient_with_clientauth.properties9
1 files changed, 9 insertions, 0 deletions
diff --git a/sample/soap/ssl/files/sslclient_with_clientauth.properties b/sample/soap/ssl/files/sslclient_with_clientauth.properties
new file mode 100644
index 0000000000..f1c81ebf46
--- /dev/null
+++ b/sample/soap/ssl/files/sslclient_with_clientauth.properties
@@ -0,0 +1,9 @@
+# verify server's certificate
+protocol.http.ssl_config.verify_mode = OpenSSL::SSL::VERIFY_PEER
+# certificates for verification
+protocol.http.ssl_config.ca_file = files/ca.cert
+protocol.http.ssl_config.ca_file = files/subca.cert
+
+# key and certificate for client identity
+protocol.http.ssl_config.client_cert = files/client.cert
+protocol.http.ssl_config.client_key = files/client.key