Adding post-certbot files

This commit is contained in:
Ubergeek
2019-02-16 02:29:20 +00:00
parent 9b4f37939e
commit 032ba2edcb
9 changed files with 56 additions and 18 deletions

View File

@@ -17,7 +17,7 @@ RewriteEngine on
RewriteRule ^ https://www.%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/thunix.net-0001/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/thunix.net-0001/privkey.pem
SSLCertificateFile /etc/letsencrypt/live/ftp.thunix.cf/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/ftp.thunix.cf/privkey.pem
</VirtualHost>
</IfModule>