pretalx(host): move to dns-01-acme-dns as http-01 failed for cfp.eh22

This commit is contained in:
June 2026-03-31 17:51:06 +02:00
commit 6bc872f1c0
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0
3 changed files with 17 additions and 8 deletions

View file

@ -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"