commit 9ff272474f3efe05ee632c42c315b269df9207eb
Author: Elan Ruusamäe <[email protected]>
Date:   Fri Aug 8 11:22:08 2014 +0300

    some doc about ssl conf params

 lighttpd-ssl.conf | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/lighttpd-ssl.conf b/lighttpd-ssl.conf
index 8db022f..74cf564 100644
--- a/lighttpd-ssl.conf
+++ b/lighttpd-ssl.conf
@@ -27,11 +27,14 @@
 $SERVER["socket"] == ":443" {
        ssl.engine = "enable"
 
+       # ssl.pemfile: path to the PEM file for SSL support (Should contain both
+       # the private key and the certificate)
        ## If you have a .crt and a .key file, cat them together into a
        ## single PEM file:
        ## $ cat lighttpd.key lighttpd.crt > lighttpd.pem
        ssl.pemfile = "/etc/lighttpd/server.pem"
 
+       # ssl.ca-file: path to the CA file for support of chained certificates
 #      ssl.ca-file = "/etc/certs/ca-certificates.crt"
 
        $HTTP["useragent"] =~ "MSIE" {
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/lighttpd.git/commitdiff/9ff272474f3efe05ee632c42c315b269df9207eb

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to