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:
2
.certs
2
.certs
Submodule .certs updated: e335178e3f...7685cddf52
1
certs/websites/pyrocufflink.net.cer
Symbolic link
1
certs/websites/pyrocufflink.net.cer
Symbolic link
@@ -0,0 +1 @@
|
||||
../lego/_.pyrocufflink.net.crt
|
||||
1
certs/websites/pyrocufflink.net.key
Symbolic link
1
certs/websites/pyrocufflink.net.key
Symbolic link
@@ -0,0 +1 @@
|
||||
../lego/_.pyrocufflink.net.key
|
||||
@@ -6,8 +6,4 @@ nratonpass_publisher_keys: '{{ dchwww_publisher_keys }}'
|
||||
dcow_publisher_keys: '{{ dchwww_publisher_keys }}'
|
||||
chmod777_publisher_keys: '{{ dchwww_publisher_keys }}'
|
||||
apache_server_name: pyrocufflink.net
|
||||
apache_ssl_certificate:
|
||||
/var/lib/letsencrypt/live/pyrocufflink.net/fullchain.pem
|
||||
apache_ssl_certificate_key:
|
||||
/var/lib/letsencrypt/live/pyrocufflink.net/privkey.pem
|
||||
userdir_proxy_backend: http://files.pyrocufflink.blue
|
||||
|
||||
1
hosts
1
hosts
@@ -17,7 +17,6 @@ burp1.pyrocufflink.blue
|
||||
|
||||
[certbot]
|
||||
bw0.pyrocufflink.blue
|
||||
web0.pyrocufflink.blue
|
||||
|
||||
[dch-proxy]
|
||||
rprx0.pyrocufflink.blue
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -3,6 +3,14 @@
|
||||
apache_default_ssl_vhost: false
|
||||
roles:
|
||||
- apache
|
||||
- role: cert
|
||||
vars:
|
||||
cert_src: websites/pyrocufflink.net.cer
|
||||
cert_dest: /etc/pki/tls/certs/pyrocufflink.net.cer
|
||||
cert_key_src: websites/pyrocufflink.net.key
|
||||
cert_key_dest: /etc/pki/tls/private/pyrocufflink.net.key
|
||||
tags:
|
||||
- websites/pyrocufflink.net
|
||||
- role: websites/pyrocufflink.net
|
||||
tags: websites/pyrocufflink.net
|
||||
- role: websites/dustin.hatch.name
|
||||
|
||||
Reference in New Issue
Block a user