Skip to content

Commit

Permalink
update apache conf for letsencrypt certs
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieucan committed Dec 13, 2015
1 parent c0d0fa4 commit 6dda0db
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions etc/apache.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
Include /srv/debsources/etc/apache.conf.common

SSLEngine on
SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem
SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key

SSLCertificateChainFile /etc/letsencrypt/live/sources.debian.net/chain.pem
SSLCertificateFile /etc/letsencrypt/live/sources.debian.net/cert.pem
# >= apache 2.4.8
#SSLCertificateFile /etc/letsencrypt/live/sources.debian.net/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/sources.debian.net/privkey.pem
</VirtualHost>

0 comments on commit 6dda0db

Please sign in to comment.