checkdomain.toml 1011 B

12345678910111213141516171819202122232425
  1. Name = "Checkdomain"
  2. Description = ''''''
  3. URL = "https://checkdomain.de/"
  4. Code = "checkdomain"
  5. Since = "v3.3.0"
  6. Example = '''
  7. CHECKDOMAIN_TOKEN=yoursecrettoken \
  8. lego --email you@example.com --dns checkdomain -d '*.example.com' -d example.com run
  9. '''
  10. [Configuration]
  11. [Configuration.Credentials]
  12. CHECKDOMAIN_TOKEN = "API token"
  13. [Configuration.Additional]
  14. CHECKDOMAIN_ENDPOINT = "API endpoint URL, defaults to https://api.checkdomain.de"
  15. CHECKDOMAIN_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
  16. CHECKDOMAIN_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 300)"
  17. CHECKDOMAIN_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 7)"
  18. CHECKDOMAIN_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  19. [Links]
  20. API = "https://developer.checkdomain.de/reference/"
  21. Guide = "https://developer.checkdomain.de/guide/"
  22. Settings = "https://www.checkdomain.net/en/login/data/api/"