gcore.toml 839 B

12345678910111213141516171819202122
  1. Name = "G-Core"
  2. Description = ''''''
  3. URL = "https://gcore.com/dns/"
  4. Code = "gcore"
  5. Since = "v4.5.0"
  6. Example = '''
  7. GCORE_PERMANENT_API_TOKEN=xxxxx \
  8. lego --email you@example.com --dns gcore -d '*.example.com' -d example.com run
  9. '''
  10. [Configuration]
  11. [Configuration.Credentials]
  12. GCORE_PERMANENT_API_TOKEN = "Permanent API token (https://gcore.com/blog/permanent-api-token-explained/)"
  13. [Configuration.Additional]
  14. GCORE_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 20)"
  15. GCORE_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 360)"
  16. GCORE_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
  17. GCORE_HTTP_TIMEOUT = "API request timeout in seconds (Default: 10)"
  18. [Links]
  19. API = "https://api.gcore.com/docs/dns#tag/zones"