lego/providers/dns/ns1/ns1.toml
2019-04-17 21:32:38 +02:00

20 lines
545 B
TOML

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