tls.dns.duckdns
Allows you to obtain certificates using DNS records for domains managed with Duck DNS. Credentials must be passed either via environment variables, or directly in the Casketfile.
Your Duck DNS API token can be found on your account page.
The provider is based on the libdns/duckdns module.
Environment Variables
DUCKDNS_TOKEN
- Duck DNS API token
Syntax
Shorthand configuration syntax:
casketfile
Casket v1.4.0 Block configuration syntax:tls {
# If the environment variable is set
dns duckdns
# If no environment variables are set
dns duckdns TOKEN
}
casketfile
tls {
dns duckdns {
token YOUR_API_TOKEN
}
}
- token is your Duck DNS API token.