iijdpf.toml 955 B

12345678910111213141516171819202122232425
  1. Name = "IIJ DNS Platform Service"
  2. Description = ''''''
  3. URL = "https://www.iij.ad.jp/en/biz/dns-pfm/"
  4. Code = "iijdpf"
  5. Since = "v4.7.0"
  6. Example = '''
  7. IIJ_DPF_API_TOKEN=xxxxxxxx \
  8. IIJ_DPF_DPM_SERVICE_CODE=yyyyyy \
  9. lego --email you@example.com --dns iijdpf --domains my.example.org run
  10. '''
  11. [Configuration]
  12. [Configuration.Credentials]
  13. IIJ_DPF_API_TOKEN = "API token"
  14. IIJ_DPF_DPM_SERVICE_CODE = "IIJ Managed DNS Service's service code"
  15. [Configuration.Additional]
  16. IIJ_DPF_API_ENDPOINT = "API endpoint URL, defaults to https://api.dns-platform.jp/dpf/v1"
  17. IIJ_DPF_POLLING_INTERVAL = "Time between DNS propagation check, defaults to 5 second"
  18. IIJ_DPF_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation, defaults to 660 second"
  19. IIJ_DPF_TTL = "The TTL of the TXT record used for the DNS challenge, default to 300"
  20. [Links]
  21. API = "https://manual.iij.jp/dpf/dpfapi/"
  22. GoClient = "https://github.com/mimuret/golang-iij-dpf"