lego/providers/dns/vercel/vercel.toml
2022-06-17 00:25:42 +02:00

23 lines
731 B
TOML

Name = "Vercel"
Description = ''''''
URL = "https://vercel.com"
Code = "vercel"
Since = "v4.7.0"
Example = '''
VERCEL_API_TOKEN=xxxxxx \
lego --email you@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"