X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Flighttpd%2Fvhosts%2Fstdin-nl;h=c0ed7c9679e7cadcf2feb2c74a6526062e8aea1c;hb=refs%2Fheads%2Fwww;hp=f778be996cfc1cd33e5cabd31d520bd2362f6197;hpb=818442a9ed320ab8feaba86ebf3c56f33a180683;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/lighttpd/vhosts/stdin-nl b/etc/lighttpd/vhosts/stdin-nl index f778be9..c0ed7c9 100644 --- a/etc/lighttpd/vhosts/stdin-nl +++ b/etc/lighttpd/vhosts/stdin-nl @@ -24,7 +24,7 @@ $HTTP["host"] =~ ".stdin.nl$" { $HTTP["host"] == "mail.stdin.nl" { # Specify the certificate for this domain (uses SNI) ssl.pemfile = "/etc/lighttpd/ssl/mail.stdin.nl.pem" - ssl.ca-file = "/etc/lighttpd/ssl/ca/startssl-all-ca.pem" + ssl.ca-file = "/etc/lighttpd/ssl/ca/startssl/all.pem" # Redirect HTTP to HTTPS $HTTP["scheme"] == "http" { url.redirect = ( "^(.*)" => "https://mail.stdin.nl$1" )