1
0
mirror of https://github.com/go-acme/lego.git synced 2025-01-03 15:23:32 +02:00
lego/providers/dns/scaleway/scaleway.toml

24 lines
741 B
TOML
Raw Permalink Normal View History

2020-01-23 16:51:47 +02:00
Name = "Scaleway"
Description = ''''''
URL = "https://developers.scaleway.com/"
Code = "scaleway"
Since = "v3.4.0"
Example = '''
SCW_SECRET_KEY=xxxxxxx-xxxxx-xxxx-xxx-xxxxxx \
2024-11-08 00:55:04 +02:00
lego --email you@example.com --dns scaleway -d '*.example.com' -d example.com run
2020-01-23 16:51:47 +02:00
'''
[Configuration]
[Configuration.Credentials]
SCW_SECRET_KEY = "Secret key"
SCW_PROJECT_ID = "Project to use (optional)"
2020-01-23 16:51:47 +02:00
[Configuration.Additional]
SCW_ACCESS_KEY = "Access key"
SCW_POLLING_INTERVAL = "Time between DNS propagation check"
SCW_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
SCW_TTL = "The TTL of the TXT record used for the DNS challenge"
2020-01-23 16:51:47 +02:00
[Links]
2021-04-28 16:49:05 +02:00
API = "https://developers.scaleway.com/en/products/domain/dns/api/"