tls.dns.dnspod
Allows you to obtain certificates using DNS records for domains managed with DNSPod. Credentials must be passed either via environment variables, or directly in the Casketfile.
The provider is based on the libdns/dnspod module.
Environment Variables
DNSPOD_API_KEY
- DNSPod API key
Syntax
Shorthand configuration syntax:
casketfile
Casket v1.4.0 Block configuration syntax:tls {
# If the environment variable is set
dns dnspod
# If no environment variables are set
dns dnspod KEY
}
casketfile
tls {
dns dnspod {
key YOUR_API_KEY
}
}
- key is your DNSPod API key.