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

23 lines
705 B
TOML
Raw Permalink Normal View History

2020-05-08 12:26:44 +02:00
Name = "Netlify"
Description = ''''''
URL = "https://www.netlify.com"
Code = "netlify"
Since = "v3.7.0"
2020-05-08 12:26:44 +02:00
Example = '''
NETLIFY_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx \
2024-11-08 00:55:04 +02:00
lego --email you@example.com --dns netlify -d '*.example.com' -d example.com run
2020-05-08 12:26:44 +02:00
'''
[Configuration]
[Configuration.Credentials]
NETLIFY_TOKEN = "Token"
[Configuration.Additional]
NETLIFY_POLLING_INTERVAL = "Time between DNS propagation check"
NETLIFY_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
NETLIFY_TTL = "The TTL of the TXT record used for the DNS challenge"
NETLIFY_HTTP_TIMEOUT = "API request timeout"
[Links]
API = "https://open-api.netlify.com/"