Update 'roles/webserver/files/etc/apache2/sites-available/000-default-ssl.conf'

This commit is contained in:
deepend 2023-07-10 18:40:14 +00:00
parent a28f6cb047
commit 67066f353a
1 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
<IfModule mod_ssl.c> <IfModule mod_ssl.c>
<VirtualHost _default_:443> <VirtualHost _default_:443>
ServerName localhost ServerName localhost
ServerAdmin webmaster@thunix.net ServerAdmin webmaster@thunix.net
@ -29,8 +29,9 @@
# /usr/share/doc/apache2/README.Debian.gz for more info. # /usr/share/doc/apache2/README.Debian.gz for more info.
# If both key and certificate are stored in the same file, only the # If both key and certificate are stored in the same file, only the
# SSLCertificateFile directive is needed. # SSLCertificateFile directive is needed.
SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem SSLCertificateFile /etc/letsencrypt/live/thunix.tilde.chat/fullchain.pem
SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key SSLCertificateKeyFile /etc/letsencrypt/live/thunix.tilde.chat/privkey.pem
Include /etc/letsencrypt/options-ssl-apache.conf
# Server Certificate Chain: # Server Certificate Chain:
# Point SSLCertificateChainFile at a file containing the # Point SSLCertificateChainFile at a file containing the