mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 05:30:18 +00:00
Update 'roles/webserver/files/etc/apache2/sites-available/000-default-ssl.conf'
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<IfModule mod_ssl.c>
|
||||
<IfModule mod_ssl.c>
|
||||
<VirtualHost _default_:443>
|
||||
ServerName localhost
|
||||
ServerAdmin webmaster@thunix.net
|
||||
@@ -29,8 +29,9 @@
|
||||
# /usr/share/doc/apache2/README.Debian.gz for more info.
|
||||
# If both key and certificate are stored in the same file, only the
|
||||
# SSLCertificateFile directive is needed.
|
||||
SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem
|
||||
SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key
|
||||
SSLCertificateFile /etc/letsencrypt/live/thunix.tilde.chat/fullchain.pem
|
||||
SSLCertificateKeyFile /etc/letsencrypt/live/thunix.tilde.chat/privkey.pem
|
||||
Include /etc/letsencrypt/options-ssl-apache.conf
|
||||
|
||||
# Server Certificate Chain:
|
||||
# Point SSLCertificateChainFile at a file containing the
|
||||
|
||||
Reference in New Issue
Block a user