Back to Lego

IIJ DNS Platform Service

docs/content/dns/zz_gen_iijdpf.md

4.35.21.9 KB
Original Source
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. --> <!-- providers/dns/iijdpf/iijdpf.toml --> <!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->

Configuration for IIJ DNS Platform Service.

<!--more-->
  • Code: iijdpf
  • Since: v4.7.0

Here is an example bash command using the IIJ DNS Platform Service provider:

bash
IIJ_DPF_API_TOKEN=xxxxxxxx \
IIJ_DPF_DPM_SERVICE_CODE=yyyyyy \
lego --dns iijdpf -d '*.example.com' -d example.com run

Credentials

Environment Variable NameDescription
IIJ_DPF_API_TOKENAPI token
IIJ_DPF_DPM_SERVICE_CODEIIJ 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" %}}).

Additional Configuration

Environment Variable NameDescription
IIJ_DPF_API_ENDPOINTAPI endpoint URL, defaults to https://api.dns-platform.jp/dpf/v1
IIJ_DPF_POLLING_INTERVALTime between DNS propagation check in seconds (Default: 5)
IIJ_DPF_PROPAGATION_TIMEOUTMaximum waiting time for DNS propagation in seconds (Default: 660)
IIJ_DPF_TTLThe 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" %}}).

More information

<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. --> <!-- providers/dns/iijdpf/iijdpf.toml --> <!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->