lighttpd: Update SSL configs
[matthijs/servers/drsnuggles.git] / etc / lighttpd / lighttpd.conf
index 5f20c6970a2f1c2fe78946a69b1864386ddec614..185340dd0119d8789fa72e31b97b5fc9168ed540 100644 (file)
@@ -88,7 +88,7 @@ $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.ca-file = "/etc/lighttpd/ssl/ca/startssl-all-ca.pem"
+       ssl.ca-file = "/etc/lighttpd/ssl/ca/startssl/all.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.