forked from CCCHH/ansible-infra
pretalx(host): move to dns-01-acme-dns as http-01 failed for cfp.eh22
This commit is contained in:
parent
73ed238a28
commit
6bc872f1c0
3 changed files with 17 additions and 8 deletions
|
|
@ -2,9 +2,19 @@ docker_compose__compose_file_content: "{{ lookup('ansible.builtin.template', 're
|
|||
docker_compose__configuration_files: [ ]
|
||||
|
||||
certbot__acme_account_email_address: le-admin@hamburg.ccc.de
|
||||
certbot__certificate_domains:
|
||||
- "pretalx.hamburg.ccc.de"
|
||||
- "cfp.eh22.easterhegg.eu"
|
||||
certbot__certs:
|
||||
- commonName: "pretalx.hamburg.ccc.de"
|
||||
challengeType: "dns-01-acme-dns"
|
||||
dns_01_acme_dns:
|
||||
subdomain: 295a66d4-1d71-49f3-a80a-1f7527ec9cca
|
||||
apiUser: bee0544b-a414-42eb-96a1-3e30d43e104c
|
||||
apiKey: "{{ secret__acme_dns_api_key_pretalx_hamburg_ccc_de }}"
|
||||
- commonName: "cfp.eh22.easterhegg.eu"
|
||||
challengeType: "dns-01-acme-dns"
|
||||
dns_01_acme_dns:
|
||||
subdomain: 295a66d4-1d71-49f3-a80a-1f7527ec9cca
|
||||
apiUser: bee0544b-a414-42eb-96a1-3e30d43e104c
|
||||
apiKey: "{{ secret__acme_dns_api_key_pretalx_hamburg_ccc_de }}"
|
||||
certbot__new_cert_commands:
|
||||
- "systemctl reload nginx.service"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue