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