scaleway.toml raw
1 Name = "Scaleway"
2 Description = ''''''
3 URL = "https://developers.scaleway.com/"
4 Code = "scaleway"
5 Since = "v3.4.0"
6
7 Example = '''
8 SCW_SECRET_KEY=xxxxxxx-xxxxx-xxxx-xxx-xxxxxx \
9 lego --dns scaleway -d '*.example.com' -d example.com run
10 '''
11
12 [Configuration]
13 [Configuration.Credentials]
14 SCW_SECRET_KEY = "Secret key"
15 SCW_PROJECT_ID = "Project to use (optional)"
16 [Configuration.Additional]
17 SCW_ACCESS_KEY = "Access key"
18 SCW_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 10)"
19 SCW_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 120)"
20 SCW_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 60)"
21 SCW_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
22
23 [Links]
24 API = "https://developers.scaleway.com/en/products/domain/dns/api/"
25