porkbun.toml 877 B

12345678910111213141516171819202122232425
  1. Name = "Porkbun"
  2. Description = ''''''
  3. # This URL is NOT the API URL.
  4. URL = "https://porkbun.com/"
  5. Code = "porkbun"
  6. Since = "v4.4.0"
  7. Example = '''
  8. PORKBUN_SECRET_API_KEY=xxxxxx \
  9. PORKBUN_API_KEY=yyyyyy \
  10. lego --email you@example.com --dns porkbun -d '*.example.com' -d example.com run
  11. '''
  12. [Configuration]
  13. [Configuration.Credentials]
  14. PORKBUN_SECRET_API_KEY = "secret API key"
  15. PORKBUN_API_KEY = "API key"
  16. [Configuration.Additional]
  17. PORKBUN_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 10)"
  18. PORKBUN_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 600)"
  19. PORKBUN_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
  20. PORKBUN_HTTP_TIMEOUT = "API request timeout in seconds (Default: 30)"
  21. [Links]
  22. API = "https://porkbun.com/api/json/v3/documentation"