netcup.toml 787 B

1234567891011121314151617181920212223242526
  1. Name = "Netcup"
  2. Description = ''''''
  3. URL = "https://www.netcup.eu/"
  4. Code = "netcup"
  5. Since = "v1.1.0"
  6. Example = '''
  7. NETCUP_CUSTOMER_NUMBER=xxxx \
  8. NETCUP_API_KEY=yyyy \
  9. NETCUP_API_PASSWORD=zzzz \
  10. lego --email you@example.com --dns netcup --domains my.example.org run
  11. '''
  12. [Configuration]
  13. [Configuration.Credentials]
  14. NETCUP_CUSTOMER_NUMBER = "Customer number"
  15. NETCUP_API_KEY = "API key"
  16. NETCUP_API_PASSWORD = "API password"
  17. [Configuration.Additional]
  18. NETCUP_POLLING_INTERVAL = "Time between DNS propagation check"
  19. NETCUP_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
  20. NETCUP_TTL = "The TTL of the TXT record used for the DNS challenge"
  21. NETCUP_HTTP_TIMEOUT = "API request timeout"
  22. [Links]
  23. API = "https://www.netcup-wiki.de/wiki/DNS_API"