1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/certbot/templates/rfc2136.ini.j2
Evangelos Foutras 472816abac
acme_dns_challenge: turn into more generic dyn_dns
Extend the role (previously used for ACME DNS verifications only) to
support dynamic DNS functionality planned for sandbox.archlinux.page.
2023-08-18 19:30:52 +03:00

5 lines
199 B
Django/Jinja

dns_rfc2136_server = {{ dyn_dns_server }}
dns_rfc2136_name = certbot
dns_rfc2136_secret = {{ dyn_dns_keys['certbot'].secret }}
dns_rfc2136_algorithm = {{ dyn_dns_keys['certbot'].algorithm | upper }}