lego/providers/dns/linode/linode.toml
Ludovic Fernandez 62fea05e21
Automatic generation of documentation (#818)
* generate a detailed CLI help
* generate a documentation site
* new readme
2019-03-08 19:47:06 +01:00

18 lines
512 B
TOML

Name = "Linode (deprecated)"
Description = ''''''
URL = "https://www.linode.com/"
Code = "linode"
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"