2020-09-02 00:51:04 +00:00
|
|
|
Name = "Linode (v4)"
|
2019-03-08 18:47:06 +00:00
|
|
|
Description = ''''''
|
|
|
|
URL = "https://www.linode.com/"
|
|
|
|
Code = "linode"
|
2020-09-02 00:51:04 +00:00
|
|
|
Since = "v1.1.0"
|
2019-03-08 18:47:06 +00:00
|
|
|
|
2020-11-27 19:40:44 +00:00
|
|
|
Example = '''
|
|
|
|
LINODE_TOKEN=xxxxx \
|
|
|
|
lego --email myemail@example.com --dns linode --domains my.example.org run
|
|
|
|
'''
|
2019-03-08 18:47:06 +00:00
|
|
|
|
|
|
|
[Configuration]
|
|
|
|
[Configuration.Credentials]
|
2020-09-02 00:51:04 +00:00
|
|
|
LINODE_TOKEN = "API token"
|
2019-03-08 18:47:06 +00:00
|
|
|
[Configuration.Additional]
|
|
|
|
LINODE_POLLING_INTERVAL = "Time between DNS propagation check"
|
2020-09-02 00:51:04 +00:00
|
|
|
LINODE_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
2019-03-08 18:47:06 +00:00
|
|
|
LINODE_TTL = "The TTL of the TXT record used for the DNS challenge"
|
|
|
|
LINODE_HTTP_TIMEOUT = "API request timeout"
|
|
|
|
|
|
|
|
[Links]
|
2020-09-02 00:51:04 +00:00
|
|
|
API = "https://developers.linode.com/api/v4"
|
|
|
|
GoClient = "https://github.com/linode/linodego"
|