versio.toml 1.1 KB

123456789101112131415161718192021222324252627282930
  1. Name = "Versio.[nl|eu|uk]"
  2. Description = ''''''
  3. URL = "https://www.versio.nl/domeinnamen"
  4. Code = "versio"
  5. Since = "v2.7.0"
  6. Example = '''
  7. VERSIO_USERNAME=<your login> \
  8. VERSIO_PASSWORD=<your password> \
  9. lego --email you@example.com --dns versio -d '*.example.com' -d example.com run
  10. '''
  11. Additional = '''
  12. To test with the sandbox environment set ```VERSIO_ENDPOINT=https://www.versio.nl/testapi/v1/```
  13. '''
  14. [Configuration]
  15. [Configuration.Credentials]
  16. VERSIO_USERNAME = "Basic authentication username"
  17. VERSIO_PASSWORD = "Basic authentication password"
  18. [Configuration.Additional]
  19. VERSIO_ENDPOINT = "The endpoint URL of the API Server"
  20. VERSIO_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 5)"
  21. VERSIO_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
  22. VERSIO_SEQUENCE_INTERVAL = "Time between sequential requests in seconds (Default: 60)"
  23. VERSIO_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
  24. VERSIO_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  25. [Links]
  26. API = "https://www.versio.nl/RESTapidoc/"