tls.dns.godaddy
Allows you to obtain certificates using DNS records for domains managed with GoDaddy. Credentials must be passed either via environment variables, or directly in the Casketfile.
Your GoDaddy API key and secret can be found on your API Access page.
The provider is based on the libdns/godaddy module.
Environment Variables
GODADDY_API_KEY
- GoDaddy API keyGODADDY_API_SECRET
- GoDaddy API secret
Syntax
Shorthand configuration syntax:
casketfile
Casket v1.4.0 Block configuration syntax:tls {
# If all the environment variables are set
dns godaddy
# If no environment variables are set
dns godaddy KEY SECRET
}
casketfile
tls {
dns godaddy {
key YOUR_API_KEY
secret YOUR_API_SECRET
}
}
- key is your GoDaddy API key.
- secret is your GoDaddy API secret.