linode.toml 694 B

1234567891011121314151617181920212223
  1. Name = "Linode (v4)"
  2. Description = ''''''
  3. URL = "https://www.linode.com/"
  4. Code = "linode"
  5. Since = "v1.1.0"
  6. Example = '''
  7. LINODE_TOKEN=xxxxx \
  8. lego --email you@example.com --dns linode --domains my.example.org run
  9. '''
  10. [Configuration]
  11. [Configuration.Credentials]
  12. LINODE_TOKEN = "API token"
  13. [Configuration.Additional]
  14. LINODE_POLLING_INTERVAL = "Time between DNS propagation check"
  15. LINODE_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
  16. LINODE_TTL = "The TTL of the TXT record used for the DNS challenge"
  17. LINODE_HTTP_TIMEOUT = "API request timeout"
  18. [Links]
  19. API = "https://developers.linode.com/api/v4"
  20. GoClient = "https://github.com/linode/linodego"