2024-11-15 16:50:11 +01:00
|
|
|
; {{ ansible_managed }}
|
|
|
|
|
2024-11-11 17:03:53 +01:00
|
|
|
email = {{ certbot_email }}
|
|
|
|
|
|
|
|
agree-tos = true
|
|
|
|
non-interactive = true
|
|
|
|
|
|
|
|
preferred-challenges = dns
|
|
|
|
authenticator = dns-porkbun
|
|
|
|
|
|
|
|
dns-porkbun-credentials = /conf/porkbun.ini
|
|
|
|
dns-porkbun-propagation-seconds = {{ certbot_propagation_delay }}
|