dooris(host): move to dns-01-acme-dns
This commit is contained in:
parent
26fbbc9035
commit
ec4dd36178
2 changed files with 12 additions and 6 deletions
|
|
@ -2,10 +2,15 @@ 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:
|
||||
- "dooris.ccchh.net"
|
||||
certbot__certs:
|
||||
- commonName: "dooris.ccchh.net"
|
||||
challengeType: "dns-01-acme-dns"
|
||||
dns_01_acme_dns:
|
||||
subdomain: "37caae1f-b77f-4eb1-aa71-dc3f7ed24360"
|
||||
apiUser: "fd42b696-a394-4e2a-8fcc-d44c9fac5d4e"
|
||||
apiKey: "{{ secret__acme_dns_api_key_dooris_ccchh_net }}"
|
||||
certbot__new_cert_commands:
|
||||
- "systemctl reload nginx.service"
|
||||
- "systemctl restart nginx.service"
|
||||
|
||||
nginx__version_spec: ""
|
||||
nginx__deploy_redirect_conf: false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue