[certbot] Fix certificates for auro.re
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
pull/26/head
ynerant 3 years ago
parent ce821cbb1a
commit ba6da939ab
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85

@ -1,4 +1,12 @@
---
loc_certbot:
- dns_rfc2136_server: '10.128.0.30'
dns_rfc2136_name: certbot_challenge.
dns_rfc2136_secret: "{{ vault_certbot_dns_secret }}"
mail: tech.aurore@lists.crans.org
certname: auro.re
domains: "auro.re, *.auro.re"
loc_reverseproxy:
redirect_sites:
- from: www.auro.re

@ -28,7 +28,7 @@
file:
path: /etc/letsencrypt/conf.d
state: directory
mode: 0644
mode: 0755
- name: Add Certbot configuration
template:

Loading…
Cancel
Save