hosts: git0: Switch to Lego wildcard cert
parent
f8b7f28469
commit
cd1cf38774
|
@ -1,7 +1,2 @@
|
||||||
gitea_ssh_domain: git.pyrocufflink.blue
|
gitea_ssh_domain: git.pyrocufflink.blue
|
||||||
gitea_root_url: 'https://{{ gitea_ssh_domain }}/'
|
gitea_root_url: 'https://{{ gitea_ssh_domain }}/'
|
||||||
apache_ssl_certificate: /var/lib/letsencrypt/live/{{ gitea_ssh_domain }}/fullchain.pem
|
|
||||||
apache_ssl_certificate_key: /var/lib/letsencrypt/live/{{ gitea_ssh_domain }}/privkey.pem
|
|
||||||
certbot_domains:
|
|
||||||
- '{{ gitea_ssh_domain }}'
|
|
||||||
- 'git.pyrocufflink.net'
|
|
||||||
|
|
1
hosts
1
hosts
|
@ -17,7 +17,6 @@ burp1.pyrocufflink.blue
|
||||||
|
|
||||||
[certbot]
|
[certbot]
|
||||||
bw0.pyrocufflink.blue
|
bw0.pyrocufflink.blue
|
||||||
git0.pyrocufflink.blue
|
|
||||||
web0.pyrocufflink.blue
|
web0.pyrocufflink.blue
|
||||||
|
|
||||||
[dch-proxy]
|
[dch-proxy]
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
../../../.certs/certificates/_.pyrocufflink.net.crt
|
|
@ -0,0 +1 @@
|
||||||
|
../../../.certs/certificates/_.pyrocufflink.net.key
|
Loading…
Reference in New Issue