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