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:
@@ -1,4 +0,0 @@
|
||||
dependencies:
|
||||
- role: certbot
|
||||
certbot_domains:
|
||||
- pyrocufflink.net
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user