git0: Switch to Let's Encrypt certificate

This commit is contained in:
2018-06-13 21:44:44 -05:00
parent 5ad0104500
commit 222acdba32
3 changed files with 5 additions and 428 deletions

View File

@@ -1 +1,6 @@
gitea_ssh_domain: git.pyrocufflink.blue
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'