12345678910111213141516171819202122232425 |
- Name = "IIJ DNS Platform Service"
- Description = ''''''
- URL = "https://www.iij.ad.jp/en/biz/dns-pfm/"
- Code = "iijdpf"
- Since = "v4.7.0"
- Example = '''
- IIJ_DPF_API_TOKEN=xxxxxxxx \
- IIJ_DPF_DPM_SERVICE_CODE=yyyyyy \
- lego --email you@example.com --dns iijdpf -d '*.example.com' -d example.com run
- '''
- [Configuration]
- [Configuration.Credentials]
- IIJ_DPF_API_TOKEN = "API token"
- IIJ_DPF_DPM_SERVICE_CODE = "IIJ Managed DNS Service's service code"
- [Configuration.Additional]
- IIJ_DPF_API_ENDPOINT = "API endpoint URL, defaults to https://api.dns-platform.jp/dpf/v1"
- IIJ_DPF_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 5)"
- IIJ_DPF_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 660)"
- IIJ_DPF_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
- [Links]
- API = "https://manual.iij.jp/dpf/dpfapi/"
- GoClient = "https://github.com/mimuret/golang-iij-dpf"
|