civo.toml 660 B

123456789101112131415161718192021
  1. Name = "Civo"
  2. Description = ''''''
  3. URL = "https://civo.com"
  4. Code = "civo"
  5. Since = "v4.9.0"
  6. Example = '''
  7. CIVO_TOKEN=xxxxxx \
  8. lego --email you@example.com --dns civo -d '*.example.com' -d example.com run
  9. '''
  10. [Configuration]
  11. [Configuration.Credentials]
  12. CIVO_TOKEN = "Authentication token"
  13. [Configuration.Additional]
  14. CIVO_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 30)"
  15. CIVO_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 300)"
  16. CIVO_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 600)"
  17. [Links]
  18. API = "https://www.civo.com/api/dns"