corenetworks.toml 1007 B

12345678910111213141516171819202122232425
  1. Name = "Core-Networks"
  2. Description = ''''''
  3. URL = "https://www.core-networks.de/"
  4. Code = "corenetworks"
  5. Since = "v4.20.0"
  6. Example = '''
  7. CORENETWORKS_LOGIN="xxxx" \
  8. CORENETWORKS_PASSWORD="yyyy" \
  9. lego --email you@example.com --dns corenetworks -d '*.example.com' -d example.com run
  10. '''
  11. [Configuration]
  12. [Configuration.Credentials]
  13. CORENETWORKS_LOGIN = "The username of the API account"
  14. CORENETWORKS_PASSWORD = "The password"
  15. [Configuration.Additional]
  16. CORENETWORKS_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
  17. CORENETWORKS_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  18. CORENETWORKS_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 3600)"
  19. CORENETWORKS_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  20. CORENETWORKS_SEQUENCE_INTERVAL = "Time between sequential requests in seconds (Default: 60)"
  21. [Links]
  22. API = "https://beta.api.core-networks.de/doc/"