iij.toml raw
1 Name = "Internet Initiative Japan"
2 Description = ''''''
3 URL = "https://www.iij.ad.jp/en/"
4 Code = "iij"
5 Since = "v1.1.0"
6
7 Example = '''
8 IIJ_API_ACCESS_KEY=xxxxxxxx \
9 IIJ_API_SECRET_KEY=yyyyyy \
10 IIJ_DO_SERVICE_CODE=zzzzzz \
11 lego --dns iij -d '*.example.com' -d example.com run
12 '''
13
14 [Configuration]
15 [Configuration.Credentials]
16 IIJ_API_ACCESS_KEY = "API access key"
17 IIJ_API_SECRET_KEY = "API secret key"
18 IIJ_DO_SERVICE_CODE = "DO service code"
19 [Configuration.Additional]
20 IIJ_POLLING_INTERVAL = "Time between DNS propagation check in seconds (Default: 4)"
21 IIJ_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation in seconds (Default: 240)"
22 IIJ_TTL = "The TTL of the TXT record used for the DNS challenge in seconds (Default: 300)"
23
24 [Links]
25 API = "https://manual.iij.jp/p2/pubapi/"
26 GoClient = "https://github.com/iij/doapi"
27