1234567891011121314151617181920212223 |
- Name = "Linode (v4)"
- Description = ''''''
- URL = "https://www.linode.com/"
- Code = "linode"
- Since = "v1.1.0"
- Example = '''
- LINODE_TOKEN=xxxxx \
- lego --email you@example.com --dns linode --domains my.example.org run
- '''
- [Configuration]
- [Configuration.Credentials]
- LINODE_TOKEN = "API token"
- [Configuration.Additional]
- LINODE_POLLING_INTERVAL = "Time between DNS propagation check"
- LINODE_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
- LINODE_TTL = "The TTL of the TXT record used for the DNS challenge"
- LINODE_HTTP_TIMEOUT = "API request timeout"
- [Links]
- API = "https://developers.linode.com/api/v4"
- GoClient = "https://github.com/linode/linodego"
|