websites/pyrocufflink.net: Use lego certificate

This commit updates the configuration for *pyrocufflink.net* to use the
wildcard certificate managed by *lego* instead of an unique certificate
managed by *certbot*.
This commit is contained in:
2020-03-15 17:20:37 -05:00
parent f4510972f4
commit 0694594445
8 changed files with 13 additions and 12 deletions

View File

@@ -3,8 +3,8 @@
<VirtualHost _default_:443>
ServerName pyrocufflink.net
Include conf.d/ssl.include
SSLCertificateFile {{ apache_ssl_certificate }}
SSLCertificateKeyFile {{ apache_ssl_certificate_key }}
SSLCertificateFile /etc/pki/tls/certs/pyrocufflink.net.cer
SSLCertificateKeyFile /etc/pki/tls/private/pyrocufflink.net.key
ProxyRequests Off
RewriteEngine On