From a8b98126d6dd9819ff60330b50d64a8ea3a7d944 Mon Sep 17 00:00:00 2001
From: Vasily Zorin <kak.serpom.po.yaitsam@gmail.com>
Date: Wed, 3 Jul 2013 02:06:15 +0400
Subject: [PATCH] Added SSL sample to conf.d

---
 conf/conf.d/SSL-sample.conf | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100755 conf/conf.d/SSL-sample.conf

diff --git a/conf/conf.d/SSL-sample.conf b/conf/conf.d/SSL-sample.conf
new file mode 100755
index 00000000..485e1102
--- /dev/null
+++ b/conf/conf.d/SSL-sample.conf
@@ -0,0 +1,17 @@
+#TransportContext:myContext {
+#	ssl;
+#	certFile "/path/to/cert.pem";
+#	pkFile "/path/to/privkey.pem";
+#	passphrase "";
+#	verifyPeer true;
+#	allowSelfSigned true;
+#}
+#
+# Then let's use the context:
+#
+#Pool:HTTPServer {
+#	listen "tcp://0.0.0.0:80", "tcp://0.0.0.0:443##myContext";
+#	port 80;
+#	privileged;
+#	#maxconcurrency 1;
+#}
\ No newline at end of file