]> git.pld-linux.org Git - packages/lighttpd.git/commitdiff
some doc about ssl conf params
authorElan Ruusamäe <glen@delfi.ee>
Fri, 8 Aug 2014 08:22:08 +0000 (11:22 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 8 Aug 2014 08:22:08 +0000 (11:22 +0300)
lighttpd-ssl.conf

index 8db022f5020a5a3651c03cc034b1d66b8efe8290..74cf564c775a6d803461753d9acc4ba72e4c1c8c 100644 (file)
 $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" {
This page took 0.076162 seconds and 4 git commands to generate.