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