Skip to content
Snippets Groups Projects
Verified Commit 91d777ff authored by ynerant's avatar ynerant
Browse files

[certbot] Generate wildcard certificates by default


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 1e0f84a6
No related branches found
No related tags found
1 merge request!237Certbot
......@@ -5,4 +5,4 @@ glob_certbot:
dns_rfc2136_secret: "{{ vault.certbot_dns_secret }}"
mail: root@crans.org
certname: crans.org
domains: "crans.org"
domains: "*.crans.org"
......@@ -2,11 +2,3 @@
interfaces:
adm: ens18
srv: ens19
loc_certbot:
- dns_rfc2136_server: '172.16.10.147'
dns_rfc2136_name: certbot_challenge.
dns_rfc2136_secret: "{{ vault.certbot_dns_secret }}"
mail: root@crans.org
certname: crans.org
domains: "crans.org, *.crans.org, crans.fr, *.crans.fr, crans.eu, *.crans.eu"
......@@ -3,14 +3,6 @@ interfaces:
adm: ens18
srv: ens19
loc_certbot:
- dns_rfc2136_server: '172.16.10.147'
dns_rfc2136_name: certbot_challenge.
dns_rfc2136_secret: "{{ vault.certbot_dns_secret }}"
mail: root@crans.org
certname: crans.org
domains: "irc.crans.org"
loc_nginx:
service_name: "thelounge"
servers:
......
......@@ -33,11 +33,3 @@ to_backup:
secrets_file: "/etc/rsyncd.secrets",
hosts_allow: ["zephir.adm.crans.org", "10.231.136.6"],
}
loc_certbot:
- dns_rfc2136_server: '172.16.10.147'
dns_rfc2136_name: certbot_challenge.
dns_rfc2136_secret: "{{ vault.certbot_dns_secret }}"
mail: root@crans.org
certname: crans.org
domains: "*.crans.org"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment