nginx-ui/internal/cert/config/vercel.toml
2025-01-23 10:37:42 +08:00

23 lines
839 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 -d '*.example.com' -d example.com 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 in seconds (Default: 5)"
VERCEL_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
VERCEL_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 60)"
VERCEL_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
[Links]
API = "https://vercel.com/docs/rest-api#endpoints/dns"