2019-03-08 18:47:06 +00:00
|
|
|
Name = "Internet Initiative Japan"
|
|
|
|
Description = ''''''
|
|
|
|
URL = "https://www.iij.ad.jp/en/"
|
|
|
|
Code = "iij"
|
2019-04-17 19:32:38 +00:00
|
|
|
Since = "v1.1.0"
|
2019-03-08 18:47:06 +00:00
|
|
|
|
2020-11-27 19:40:44 +00:00
|
|
|
Example = '''
|
|
|
|
IIJ_API_ACCESS_KEY=xxxxxxxx \
|
|
|
|
IIJ_API_SECRET_KEY=yyyyyy \
|
|
|
|
IIJ_DO_SERVICE_CODE=zzzzzz \
|
|
|
|
lego -email myemail@example.com --dns iij --domains my.example.org -run
|
|
|
|
'''
|
2019-03-08 18:47:06 +00:00
|
|
|
|
|
|
|
[Configuration]
|
|
|
|
[Configuration.Credentials]
|
|
|
|
IIJ_API_ACCESS_KEY = "API access key"
|
|
|
|
IIJ_API_SECRET_KEY = "API secret key"
|
|
|
|
IIJ_DO_SERVICE_CODE = "DO service code"
|
|
|
|
[Configuration.Additional]
|
|
|
|
IIJ_POLLING_INTERVAL = "Time between DNS propagation check"
|
|
|
|
IIJ_PROPAGATION_TIMEOUT = "Maximum waiting time for DNS propagation"
|
|
|
|
IIJ_TTL = "The TTL of the TXT record used for the DNS challenge"
|
|
|
|
|
|
|
|
[Links]
|
2021-04-25 09:51:37 +00:00
|
|
|
API = "https://manual.iij.jp/p2/pubapi/"
|
2019-03-08 18:47:06 +00:00
|
|
|
GoClient = "https://github.com/iij/doapi"
|