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, 0 insertions, 9 deletions
diff --git a/sample/soap/ssl/files/sslclient_with_clientauth.properties b/sample/soap/ssl/files/sslclient_with_clientauth.properties
deleted file mode 100644
index f1c81ebf46..0000000000
--- a/sample/soap/ssl/files/sslclient_with_clientauth.properties
+++ /dev/null
@@ -1,9 +0,0 @@
-# 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