domeneshop.toml 866 B

12345678910111213141516171819202122232425262728293031
  1. Name = "Domeneshop"
  2. Description = ''''''
  3. URL = "https://domene.shop"
  4. Code = "domeneshop"
  5. Since = "v4.3.0"
  6. Example = '''
  7. DOMENESHOP_API_TOKEN=<token> \
  8. DOMENESHOP_API_SECRET=<secret> \
  9. lego --email example@example.com --dns domeneshop --domains example.com run
  10. '''
  11. Additional = '''
  12. ### API credentials
  13. Visit the following page for information on how to create API credentials with Domeneshop:
  14. https://api.domeneshop.no/docs/#section/Authentication
  15. '''
  16. [Configuration]
  17. [Configuration.Credentials]
  18. DOMENESHOP_API_TOKEN = "API token"
  19. DOMENESHOP_API_SECRET = "API secret"
  20. [Configuration.Additional]
  21. DOMENESHOP_POLLING_INTERVAL = "Time between DNS propagation check"
  22. DOMENESHOP_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
  23. DOMENESHOP_HTTP_TIMEOUT = "API request timeout"
  24. [Links]
  25. API = "https://api.domeneshop.no/docs"