X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Flighttpd%2Fvhosts%2Fstdin-nl;fp=etc%2Flighttpd%2Fvhosts%2Fstdin-nl;h=f778be996cfc1cd33e5cabd31d520bd2362f6197;hb=554023e3ee2c57f97c61eca5ce2f000fdf417850;hp=56698f97b6193c0b60a8e1cd0b481db83339bd9e;hpb=da5b7aaff6b1cd67139f80ee5aa1dd0a7ca85b6a;p=matthijs%2Fservers%2Fdrsnuggles.git diff --git a/etc/lighttpd/vhosts/stdin-nl b/etc/lighttpd/vhosts/stdin-nl index 56698f9..f778be9 100644 --- a/etc/lighttpd/vhosts/stdin-nl +++ b/etc/lighttpd/vhosts/stdin-nl @@ -24,6 +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" # Redirect HTTP to HTTPS $HTTP["scheme"] == "http" { url.redirect = ( "^(.*)" => "https://mail.stdin.nl$1" )