1
0
镜像自地址 https://github.com/therootcompany/greenlock.js.git 已同步 2024-11-16 17:29:00 +00:00

mention templates

这个提交包含在:
AJ ONeal 2016-08-05 04:13:58 -04:00
父节点 9c27ef2876
当前提交 0ab67f733d

查看文件

@ -208,6 +208,15 @@ We do expose a few helper functions:
TODO fetch domain tld list TODO fetch domain tld list
### Template Strings
The following variables will be tempalted in any strings passed to the options object:
* `~/` replaced with `os.homedir()` i.e. `/Users/aj`
* `:hostname` replaced with the domain i.e. `example.com`
* `:config` replaced with `configDir` i.e. `~/letsencrypt/etc`
* `:server` replaced with the hostname + pathname of the acme server api
Developer API Developer API
------------- -------------