tls.dns.transip
Allows you to obtain certificates using DNS records for domains managed with TransIP. Credentials must be passed either via environment variables, or directly in the Casketfile.
The provider is based on the libdns/transip module.
Environment Variables
TRANSIP_ACCOUNT_NAME
- the account name for your TransIP accountTRANSIP_PRIVATE_KEY_PATH
- the path to the private key file
Syntax
Shorthand configuration syntax:
casketfile
Casket v1.4.0 Block configuration syntax:tls {
# If the environment variable is set
dns transip
# If no environment variables are set
dns transip ACCOUNT_NAME PRIVATE_KEY_PATH
}
casketfile
tls {
dns transip {
account_name YOUR_ACCOUNT_NAME
private_key_path YOUR_PRIVATE_KEY_PATH
}
}
- account_name (required) - the account name for your TransIP account
- private_key_path (required) - the path to the private key file