lego/providers/dns/vercel/vercel.toml
Gregory Schier 122cdb64e4
Add Vercel DNS provider (#1635)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-04-29 20:50:39 +00:00

23 lines
735 B
TOML

Name = "Vercel"
Description = ''''''
URL = "https://vercel.com"
Code = "vercel"
Since = "v4.7.0"
Example = '''
VERCEL_API_TOKEN=xxxxxx \
lego --email myemail@example.com --dns vercel --domains my.example.org run
'''
[Configuration]
[Configuration.Credentials]
VERCEL_API_TOKEN = "Authentication token"
[Configuration.Additional]
VERCEL_TEAM_ID = "Team ID (ex: team_xxxxxxxxxxxxxxxxxxxxxxxx)"
VERCEL_POLLING_INTERVAL = "Time between DNS propagation check"
VERCEL_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
VERCEL_TTL = "The TTL of the TXT record used for the DNS challenge"
VERCEL_HTTP_TIMEOUT = "API request timeout"
[Links]
API = "https://vercel.com/docs/rest-api#endpoints/dns"