lego/providers/dns/iijdpf/iijdpf.toml
2022-06-17 00:25:42 +02:00

25 lines
955 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 --domains my.example.org 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, defaults to 5 second"
IIJ_DPF_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation, defaults to 660 second"
IIJ_DPF_TTL = "The TTL of the TXT record used for the DNS challenge, default to 300"
[Links]
API = "https://manual.iij.jp/dpf/dpfapi/"
GoClient = "https://github.com/mimuret/golang-iij-dpf"