Switch caddy acme ca to zerossl
This commit is contained in:
parent
b5214a0a9f
commit
92b20d3d88
3 changed files with 11 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
|||
acme_dns_svc:
|
||||
domain: "{{ all_services | service_get_domain(service_name) }}"
|
||||
port: 80
|
||||
caddy_extra:
|
||||
# otherwise we have a dependency-loop with the wildcard, which needs this service
|
||||
tls force_automate
|
||||
nsadmin: "{{ admin_email | regex_replace('@', '.') }}"
|
||||
records:
|
||||
a: "{{ ansible_facts.default_ipv4.address }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue