2022-09-09 14:33:24 +02:00
|
|
|
Name = "Civo"
|
|
|
|
Description = ''''''
|
|
|
|
URL = "https://civo.com"
|
|
|
|
Code = "civo"
|
|
|
|
Since = "v4.9.0"
|
|
|
|
|
|
|
|
Example = '''
|
|
|
|
CIVO_TOKEN=xxxxxx \
|
2024-11-08 00:55:04 +02:00
|
|
|
lego --email you@example.com --dns civo -d '*.example.com' -d example.com run
|
2022-09-09 14:33:24 +02:00
|
|
|
'''
|
|
|
|
|
|
|
|
[Configuration]
|
|
|
|
[Configuration.Credentials]
|
|
|
|
CIVO_TOKEN = "Authentication token"
|
|
|
|
[Configuration.Additional]
|
|
|
|
CIVO_POLLING_INTERVAL = "Time between DNS propagation check"
|
|
|
|
CIVO_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
|
|
|
CIVO_TTL = "The TTL of the TXT record used for the DNS challenge"
|
|
|
|
|
|
|
|
[Links]
|
|
|
|
API = "https://www.civo.com/api/dns"
|