2019-03-08 18:47:06 +00:00
|
|
|
Name = "NS1"
|
|
|
|
Description = ''''''
|
|
|
|
URL = "https://ns1.com"
|
|
|
|
Code = "ns1"
|
2019-04-17 19:32:38 +00:00
|
|
|
Since = "v0.4.0"
|
2019-03-08 18:47:06 +00:00
|
|
|
|
2020-11-27 19:40:44 +00:00
|
|
|
Example = '''
|
|
|
|
NS1_API_KEY=xxxx \
|
2022-06-16 22:25:42 +00:00
|
|
|
lego --email you@example.com --dns ns1 --domains my.example.org run
|
2020-11-27 19:40:44 +00:00
|
|
|
'''
|
2019-03-08 18:47:06 +00:00
|
|
|
|
|
|
|
[Configuration]
|
|
|
|
[Configuration.Credentials]
|
|
|
|
NS1_API_KEY = "API key"
|
|
|
|
[Configuration.Additional]
|
|
|
|
NS1_POLLING_INTERVAL = "Time between DNS propagation check"
|
|
|
|
NS1_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
|
|
|
NS1_TTL = "The TTL of the TXT record used for the DNS challenge"
|
|
|
|
NS1_HTTP_TIMEOUT = "API request timeout"
|
|
|
|
|
|
|
|
[Links]
|
|
|
|
API = "https://ns1.com/api"
|
|
|
|
GoClient = "https://github.com/ns1/ns1-go"
|