12 lines
261 B
INI
12 lines
261 B
INI
; {{ ansible_managed }}
|
|
|
|
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 }}
|