docs/content/dns/zz_gen_iijdpf.md
Configuration for IIJ DNS Platform Service.
<!--more-->iijdpfHere is an example bash command using the IIJ DNS Platform Service provider:
IIJ_DPF_API_TOKEN=xxxxxxxx \
IIJ_DPF_DPM_SERVICE_CODE=yyyyyy \
lego --dns iijdpf -d '*.example.com' -d example.com run
| Environment Variable Name | Description |
|---|---|
IIJ_DPF_API_TOKEN | API token |
IIJ_DPF_DPM_SERVICE_CODE | IIJ Managed DNS Service's service code |
The environment variable names can be suffixed by _FILE to reference a file instead of a value.
More information [here]({{% ref "dns#configuration-and-credentials" %}}).
| Environment Variable Name | Description |
|---|---|
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) |
The environment variable names can be suffixed by _FILE to reference a file instead of a value.
More information [here]({{% ref "dns#configuration-and-credentials" %}}).