Switch caddy acme ca to zerossl

This commit is contained in:
Tobias Reisinger 2026-02-28 20:51:32 +01:00
parent b5214a0a9f
commit 92b20d3d88
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
3 changed files with 11 additions and 0 deletions

View file

@ -3,6 +3,8 @@ caddy_acmedns_user: "{{ undef() }}"
caddy_acmedns_pass: "{{ undef() }}"
caddy_acmedns_subd: "{{ undef() }}"
caddy_acmedns_url: "https://{{ acme_dns.host }}"
caddy_acme_eab_key_id: "{{ undef() }}"
caddy_acme_eab_mac_key: "{{ undef() }}"
caddy_ports: "{{ host_services | services_get_attr('ports') | flatten | services_ports_to_docker('reverse_proxy') }}"