Skip to content

Commit

Permalink
Added SSL sample to conf.d
Browse files Browse the repository at this point in the history
  • Loading branch information
kakserpom committed Jul 2, 2013
1 parent b2f2287 commit a8b9812
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions conf/conf.d/SSL-sample.conf
Original file line number Diff line number Diff line change
@@ -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;
#}

0 comments on commit a8b9812

Please sign in to comment.