stackpath.toml 783 B

12345678910111213141516171819202122232425
  1. Name = "Stackpath"
  2. Description = ''''''
  3. URL = "https://www.stackpath.com/"
  4. Code = "stackpath"
  5. Since = "v1.1.0"
  6. Example = '''
  7. STACKPATH_CLIENT_ID=xxxxx \
  8. STACKPATH_CLIENT_SECRET=yyyyy \
  9. STACKPATH_STACK_ID=zzzzz \
  10. lego --email you@example.com --dns stackpath --domains my.example.org run
  11. '''
  12. [Configuration]
  13. [Configuration.Credentials]
  14. STACKPATH_CLIENT_ID = "Client ID"
  15. STACKPATH_CLIENT_SECRET = "Client secret"
  16. STACKPATH_STACK_ID = "Stack ID"
  17. [Configuration.Additional]
  18. STACKPATH_POLLING_INTERVAL = "Time between DNS propagation check"
  19. STACKPATH_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
  20. STACKPATH_TTL = "The TTL of the TXT record used for the DNS challenge"
  21. [Links]
  22. API = "https://developer.stackpath.com/en/api/dns/#tag/Zone"