nginx-ui/internal/cert/config/iijdpf.toml
2025-01-23 10:37:42 +08:00

25 lines
978 B
TOML

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"