X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;ds=sidebyside;f=etc%2Flighttpd%2Flighttpd.conf;fp=etc%2Flighttpd%2Flighttpd.conf;h=50d892aa709ff34cb9d7c89dd4f5009d459f17d2;hb=b3e4ccffd2ec8225fcf8b9fa40a9279e2af3e31b;hp=c410fb93533153c079da630b45bb97d97c51b3d7;hpb=56d331bf17b5fc6a53fafd808c129545bbd1b13f;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/lighttpd/lighttpd.conf b/etc/lighttpd/lighttpd.conf index c410fb9..50d892a 100644 --- a/etc/lighttpd/lighttpd.conf +++ b/etc/lighttpd/lighttpd.conf @@ -75,11 +75,11 @@ $SERVER["socket"] == ":443" { # certificate used by startcom). It seems that even without this # option, it already works, probably because openssl ships some # certificates. But, let's put it here to be safe anyway. - ssl.cafile = "/etc/lighttpd/ssl/ca/startssl-all-ca.pem" - # Use the mail.stdout.nl certificate as the default certificate (for + ssl.ca-file = "/etc/lighttpd/ssl/ca/startssl-all-ca.pem" + # Use the mail.stdin.nl certificate as the default certificate (for # non-SNI browsers and domains without their own certificate), since # it is currently the only one we have anyway. - ssl.pemfile = "/etc/lighttpd/ssl/mail.stdout.nl.pem" + ssl.pemfile = "/etc/lighttpd/ssl/mail.stdin.nl.pem" } #### external configuration files