1
0
IaC/ansible/roles/certbot/templates/rfc2136.conf.j2

7 lines
312 B
Plaintext
Raw Normal View History

2024-04-20 09:04:17 -04:00
dns_rfc2136_server = {{ certbot_rfc2136_server }}
2024-04-21 09:37:46 -04:00
dns_rfc2136_port = {{ certbot_rfc2136_port | default(53) }}
2024-04-20 09:04:17 -04:00
dns_rfc2136_name = {{ certbot_rfc2136_key_name }}
dns_rfc2136_secret = {{ certbot_rfc2136_key_secret }}
2024-04-21 09:37:46 -04:00
dns_rfc2136_algorithm = {{ certbot_rfc2136_key_algorithm | upper }}
dns_rfc2136_sign_query = true