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

比较提交

...

3 次代码提交

作者 SHA1 备注 提交日期
AJ ONeal
fe2804c935 Merge branch 'master' of ssh://git.coolaj86.com:22042/coolaj86/greenlock.js 2018-05-12 16:48:59 -06:00
AJ ONeal
653fd0f349 Merge branch 'v2' 2018-05-12 16:48:36 -06:00
AJ ONeal
039e4b122b remove unused package 2018-05-12 16:48:21 -06:00
共有 2 个文件被更改,包括 1 次插入4 次删除

查看文件

@ -321,9 +321,7 @@ LE.create = function (le) {
}
};
}
if (!le.tlsOptions.key || !le.tlsOptions.cert) {
le.tlsOptions = require('localhost.daplie.me-certificates').merge(le.tlsOptions);
}
// We want to move to using tlsOptions instead of httpsOptions, but we also need to make
// sure anything that uses this object will still work if looking for httpsOptions.
le.httpsOptions = le.tlsOptions;

查看文件

@ -70,7 +70,6 @@
"le-challenge-sni": "^2.0.0",
"le-sni-auto": "^2.1.3",
"le-store-certbot": "^2.0.3",
"localhost.daplie.me-certificates": "^1.3.0",
"node.extend": "^1.1.5",
"pkijs": "^1.3.27",
"rsa-compat": "^1.2.1"