ns1.toml 633 B

1234567891011121314151617181920212223
  1. Name = "NS1"
  2. Description = ''''''
  3. URL = "https://ns1.com"
  4. Code = "ns1"
  5. Since = "v0.4.0"
  6. Example = '''
  7. NS1_API_KEY=xxxx \
  8. lego --email you@example.com --dns ns1 --domains my.example.org run
  9. '''
  10. [Configuration]
  11. [Configuration.Credentials]
  12. NS1_API_KEY = "API key"
  13. [Configuration.Additional]
  14. NS1_POLLING_INTERVAL = "Time between DNS propagation check"
  15. NS1_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
  16. NS1_TTL = "The TTL of the TXT record used for the DNS challenge"
  17. NS1_HTTP_TIMEOUT = "API request timeout"
  18. [Links]
  19. API = "https://ns1.com/api"
  20. GoClient = "https://github.com/ns1/ns1-go"