civo.toml 594 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 --domains my.example.org run
  9. '''
  10. [Configuration]
  11. [Configuration.Credentials]
  12. CIVO_TOKEN = "Authentication token"
  13. [Configuration.Additional]
  14. CIVO_POLLING_INTERVAL = "Time between DNS propagation check"
  15. CIVO_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
  16. CIVO_TTL = "The TTL of the TXT record used for the DNS challenge"
  17. [Links]
  18. API = "https://www.civo.com/api/dns"