mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-12 02:45:49 +02:00
23 lines
817 B
TOML
23 lines
817 B
TOML
Name = "Scaleway"
|
|
Description = ''''''
|
|
URL = "https://developers.scaleway.com/"
|
|
Code = "scaleway"
|
|
Since = "v3.4.0"
|
|
|
|
Example = '''
|
|
SCW_SECRET_KEY=xxxxxxx-xxxxx-xxxx-xxx-xxxxxx \
|
|
lego --email you@example.com --dns scaleway -d '*.example.com' -d example.com run
|
|
'''
|
|
|
|
[Configuration]
|
|
[Configuration.Credentials]
|
|
SCW_SECRET_KEY = "Secret key"
|
|
SCW_PROJECT_ID = "Project to use (optional)"
|
|
[Configuration.Additional]
|
|
SCW_ACCESS_KEY = "Access key"
|
|
SCW_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 10)"
|
|
SCW_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 120)"
|
|
SCW_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 60)"
|
|
|
|
[Links]
|
|
API = "https://developers.scaleway.com/en/products/domain/dns/api/"
|