forked from TrueCloudLab/lego
21 lines
657 B
TOML
21 lines
657 B
TOML
|
Name = "Internet Initiative Japan"
|
||
|
Description = ''''''
|
||
|
URL = "https://www.iij.ad.jp/en/"
|
||
|
Code = "iij"
|
||
|
|
||
|
Example = ''''''
|
||
|
|
||
|
[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]
|
||
|
API = "http://manual.iij.jp/p2/pubapi/http://manual.iij.jp/p2/pubapi/"
|
||
|
GoClient = "https://github.com/iij/doapi"
|