iij.toml 885 B

1234567891011121314151617181920212223242526
  1. Name = "Internet Initiative Japan"
  2. Description = ''''''
  3. URL = "https://www.iij.ad.jp/en/"
  4. Code = "iij"
  5. Since = "v1.1.0"
  6. Example = '''
  7. IIJ_API_ACCESS_KEY=xxxxxxxx \
  8. IIJ_API_SECRET_KEY=yyyyyy \
  9. IIJ_DO_SERVICE_CODE=zzzzzz \
  10. lego --email you@example.com --dns iij -d '*.example.com' -d example.com run
  11. '''
  12. [Configuration]
  13. [Configuration.Credentials]
  14. IIJ_API_ACCESS_KEY = "API access key"
  15. IIJ_API_SECRET_KEY = "API secret key"
  16. IIJ_DO_SERVICE_CODE = "DO service code"
  17. [Configuration.Additional]
  18. IIJ_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 4)"
  19. IIJ_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 240)"
  20. IIJ_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
  21. [Links]
  22. API = "https://manual.iij.jp/p2/pubapi/"
  23. GoClient = "https://github.com/iij/doapi"