fix rpm copy+paste code

This commit is contained in:
Anton McClure 2019-05-25 10:53:33 -04:00 committed by fosslinux
parent 09e35a9454
commit 38d70c5fb2
1 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
Deny from all
</Directorymatch>
Include /etc/letsencrypt/options-ssl-apache.conf
SSLCertificateFile /etc/letsencrypt/live/ftp.thunix.net/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/ftp.thunix.net/privkey.pem
SSLCertificateFile /etc/letsencrypt/live/rpm.thunix.net/fullchain.pem
SSLCertificateKeyFile /etc/letsencrypt/live/rpm.thunix.net/privkey.pem
</VirtualHost>
</IfModule>