mirror of
https://github.com/dockersrc/scripts
synced 2024-11-21 17:23:06 -05:00
9 lines
205 B
Plaintext
9 lines
205 B
Plaintext
|
#Certbot DNS
|
||
|
dns_rfc2136_server = 127.0.0.1
|
||
|
# TSIG key name
|
||
|
dns_rfc2136_name = certbot.
|
||
|
# TSIG key secret
|
||
|
dns_rfc2136_secret = REPLACE_KEY_CERTBOT
|
||
|
# TSIG key algorithm
|
||
|
dns_rfc2136_algorithm = HMAC-SHA256
|