1234567891011121314151617181920212223 |
- Name = "NS1"
- Description = ''''''
- URL = "https://ns1.com"
- Code = "ns1"
- Since = "v0.4.0"
- Example = '''
- NS1_API_KEY=xxxx \
- lego --email you@example.com --dns ns1 -d '*.example.com' -d example.com run
- '''
- [Configuration]
- [Configuration.Credentials]
- NS1_API_KEY = "API key"
- [Configuration.Additional]
- NS1_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 2)"
- NS1_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 60)"
- NS1_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 120)"
- NS1_HTTP_TIMEOUT = "API request timeout in seconds (Default: 10)"
- [Links]
- API = "https://ns1.com/api"
- GoClient = "https://github.com/ns1/ns1-go"
|