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