1234567891011121314151617181920212223 |
- 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"
|