porkbun.toml 735 B

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