Back to Lego

Internet Initiative Japan

docs/content/dns/zz_gen_iij.md

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

Configuration for Internet Initiative Japan.

<!--more-->
  • Code: iij
  • Since: v1.1.0

Here is an example bash command using the Internet Initiative Japan provider:

bash
IIJ_API_ACCESS_KEY=xxxxxxxx \
IIJ_API_SECRET_KEY=yyyyyy \
IIJ_DO_SERVICE_CODE=zzzzzz \
lego --dns iij -d '*.example.com' -d example.com run

Credentials

Environment Variable NameDescription
IIJ_API_ACCESS_KEYAPI access key
IIJ_API_SECRET_KEYAPI secret key
IIJ_DO_SERVICE_CODEDO 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_POLLING_INTERVALTime between DNS propagation check in seconds (Default: 4)
IIJ_PROPAGATION_TIMEOUTMaximum waiting time for DNS propagation in seconds (Default: 240)
IIJ_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/iij/iij.toml --> <!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->