lego/providers/dns/linode/linode.toml
2019-04-17 21:32:38 +02:00

19 lines
529 B
TOML

Name = "Linode (deprecated)"
Description = ''''''
URL = "https://www.linode.com/"
Code = "linode"
Since = "v0.4.0"
Example = ''''''
[Configuration]
[Configuration.Credentials]
LINODE_API_KEY = "API key"
[Configuration.Additional]
LINODE_POLLING_INTERVAL = "Time between DNS propagation check"
LINODE_TTL = "The TTL of the TXT record used for the DNS challenge"
LINODE_HTTP_TIMEOUT = "API request timeout"
[Links]
API = "https://www.linode.com/api/dns"
GoClient = "https://github.com/timewasted/linode"