2019-03-08 20:47:06 +02:00
|
|
|
Name = "Exoscale"
|
|
|
|
Description = ''''''
|
|
|
|
URL = "https://www.exoscale.com/"
|
|
|
|
Code = "exoscale"
|
2019-04-17 21:32:38 +02:00
|
|
|
Since = "v0.4.0"
|
2019-03-08 20:47:06 +02:00
|
|
|
|
2020-11-27 21:40:44 +02:00
|
|
|
Example = '''
|
|
|
|
EXOSCALE_API_KEY=abcdefghijklmnopqrstuvwx \
|
|
|
|
EXOSCALE_API_SECRET=xxxxxxx \
|
2024-11-08 00:55:04 +02:00
|
|
|
lego --email you@example.com --dns exoscale -d '*.example.com' -d example.com run
|
2020-11-27 21:40:44 +02:00
|
|
|
'''
|
2019-03-08 20:47:06 +02:00
|
|
|
|
|
|
|
[Configuration]
|
|
|
|
[Configuration.Credentials]
|
|
|
|
EXOSCALE_API_KEY = "API key"
|
|
|
|
EXOSCALE_API_SECRET = "API secret"
|
|
|
|
[Configuration.Additional]
|
2020-11-27 21:40:44 +02:00
|
|
|
EXOSCALE_ENDPOINT = "API endpoint URL"
|
2019-03-08 20:47:06 +02:00
|
|
|
EXOSCALE_POLLING_INTERVAL = "Time between DNS propagation check"
|
|
|
|
EXOSCALE_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
|
|
|
EXOSCALE_TTL = "The TTL of the TXT record used for the DNS challenge"
|
|
|
|
EXOSCALE_HTTP_TIMEOUT = "API request timeout"
|
|
|
|
|
|
|
|
[Links]
|
2022-08-04 16:35:02 +02:00
|
|
|
API = "https://openapi-v2.exoscale.com/#endpoint-dns"
|
2019-03-08 20:47:06 +02:00
|
|
|
GoClient = "https://github.com/exoscale/egoscale"
|