lego/providers/dns/scaleway/scaleway.toml

23 lines
725 B
TOML
Raw Normal View History

2020-01-23 14:51:47 +00:00
Name = "Scaleway"
Description = ''''''
URL = "https://developers.scaleway.com/"
Code = "scaleway"
Since = "v3.4.0"
Example = '''
SCALEWAY_API_TOKEN=xxxxxxx-xxxxx-xxxx-xxx-xxxxxx \
2022-06-16 22:25:42 +00:00
lego --email you@example.com --dns scaleway --domains my.example.org run
2020-01-23 14:51:47 +00:00
'''
[Configuration]
[Configuration.Credentials]
SCALEWAY_API_TOKEN = "API token"
2021-04-28 14:49:05 +00:00
SCALEWAY_PROJECT_ID = "Project to use (optional)"
2020-01-23 14:51:47 +00:00
[Configuration.Additional]
SCALEWAY_POLLING_INTERVAL = "Time between DNS propagation check"
SCALEWAY_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
SCALEWAY_TTL = "The TTL of the TXT record used for the DNS challenge"
[Links]
2021-04-28 14:49:05 +00:00
API = "https://developers.scaleway.com/en/products/domain/dns/api/"