light(host): move to dns-01-acme-dns
This commit is contained in:
parent
8630efeca6
commit
abcd622757
2 changed files with 25 additions and 7 deletions
|
|
@ -60,9 +60,24 @@ nginx__configurations:
|
|||
content: "{{ lookup('ansible.builtin.file', 'resources/z9/dooris/nginx/http_handler.conf') }}"
|
||||
|
||||
certbot__acme_account_email_address: le-admin@hamburg.ccc.de
|
||||
certbot__certificate_domains:
|
||||
- "light-werkstatt.ccchh.net"
|
||||
- "light.ccchh.net"
|
||||
- "light.z9.ccchh.net"
|
||||
certbot__certs:
|
||||
- commonName: "light.ccchh.net"
|
||||
challengeType: "dns-01-acme-dns"
|
||||
dns_01_acme_dns:
|
||||
subdomain: "e59f55ee-9013-469d-a146-a159721b6fea"
|
||||
apiUser: "33e96ec7-1f98-4f70-92be-85a42dabd211"
|
||||
apiKey: "{{ secret__acme_dns_api_key_light_ccchh_net }}"
|
||||
- commonName: "light.z9.ccchh.net"
|
||||
challengeType: "dns-01-acme-dns"
|
||||
dns_01_acme_dns:
|
||||
subdomain: "3bc9e7ce-03dd-4533-a059-b5d38407eaa5"
|
||||
apiUser: "c3b00882-ca2a-4d11-9ebd-fccfb8618b75"
|
||||
apiKey: "{{ secret__acme_dns_api_key_light_z9_ccchh_net }}"
|
||||
- commonName: "light-werkstatt.ccchh.net"
|
||||
challengeType: "dns-01-acme-dns"
|
||||
dns_01_acme_dns:
|
||||
subdomain: "f408acc0-d9f5-4525-bb01-28938e3bb7d0"
|
||||
apiUser: "a030e419-6ed8-43ee-8425-a451b457f83a"
|
||||
apiKey: "{{ secret__acme_dns_api_key_light_werkstatt_ccchh_net }}"
|
||||
certbot__new_cert_commands:
|
||||
- "systemctl reload nginx.service"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue