Skip to content

Commit

Permalink
MAINT: Fixed ssl configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
jotelha committed Aug 16, 2020
1 parent ecf3fa4 commit 9f24513
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -39,9 +39,7 @@

# SSL settings
SSLEngine on
# SSLCertificateFile /etc/ssl/certs/server.crt
# SSLCertificateKeyFile /etc/ssl/private/server.key
SSLCertificateFile /etc/letsencrypt/live/jotelha.de/cert.pem
SSLCertificateFile /etc/letsencrypt/live/jotelha.de/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/jotelha.de/privkey.pem

</VirtualHost>
Expand Down

0 comments on commit 9f24513

Please sign in to comment.