liquidweb.toml 992 B

12345678910111213141516171819202122232425262728
  1. Name = "Liquid Web"
  2. Description = ''''''
  3. URL = "https://liquidweb.com"
  4. Code = "liquidweb"
  5. Since = "v3.1.0"
  6. Example = '''
  7. LIQUID_WEB_USERNAME=someuser \
  8. LIQUID_WEB_PASSWORD=somepass \
  9. LIQUID_WEB_ZONE=tacoman.com.net \
  10. lego --email you@example.com --dns liquidweb --domains my.example.org run
  11. '''
  12. [Configuration]
  13. [Configuration.Credentials]
  14. LIQUID_WEB_USERNAME = "Storm API Username"
  15. LIQUID_WEB_PASSWORD = "Storm API Password"
  16. LIQUID_WEB_ZONE = "DNS Zone"
  17. [Configuration.Additional]
  18. LIQUID_WEB_URL = "Storm API endpoint"
  19. LIQUID_WEB_TTL = "The TTL of the TXT record used for the DNS challenge"
  20. LIQUID_WEB_POLLING_INTERVAL = "Time between DNS propagation check"
  21. LIQUID_WEB_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
  22. LIQUID_WEB_HTTP_TIMEOUT = "Maximum waiting time for the DNS records to be created (not verified)"
  23. [Links]
  24. API = "https://cart.liquidweb.com/storm/api/docs/v1/"
  25. GoClient = "https://github.com/liquidweb/liquidweb-go"