namedotcom.toml 913 B

1234567891011121314151617181920212223242526
  1. Name = "Name.com"
  2. Description = ''''''
  3. URL = "https://www.name.com"
  4. Code = "namedotcom"
  5. Since = "v0.5.0"
  6. Example = '''
  7. NAMECOM_USERNAME=foo.bar \
  8. NAMECOM_API_TOKEN=a379a6f6eeafb9a55e378c118034e2751e682fab \
  9. lego --email you@example.com --dns namedotcom -d '*.example.com' -d example.com run
  10. '''
  11. [Configuration]
  12. [Configuration.Credentials]
  13. NAMECOM_USERNAME = "Username"
  14. NAMECOM_API_TOKEN = "API token"
  15. [Configuration.Additional]
  16. NAMECOM_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 20)"
  17. NAMECOM_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 900)"
  18. NAMECOM_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
  19. NAMECOM_HTTP_TIMEOUT = "API request timeout in seconds (Default: 10)"
  20. [Links]
  21. API = "https://www.name.com/api-docs/DNS"
  22. GoClient = "https://github.com/namedotcom/go"