lego/providers/dns/ns1/ns1.toml

24 lines
633 B
TOML
Raw Normal View History

Name = "NS1"
Description = ''''''
URL = "https://ns1.com"
Code = "ns1"
Since = "v0.4.0"
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
'''
[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"