镜像自地址
https://github.com/therootcompany/greenlock.js.git
已同步 2024-11-16 17:29:00 +00:00
registering cert passes
这个提交包含在:
父节点
3f08d7d83f
当前提交
f06d25ab22
@ -214,9 +214,6 @@ module.exports.create = function (le) {
|
||||
return core.getAcmeUrlsAsync(args).then(function (urls) {
|
||||
args._acmeUrls = urls;
|
||||
|
||||
log(args.debug, 'BEFORE CERT');
|
||||
log(args.debug, args);
|
||||
throw new Error("Stop! Don't do it!");
|
||||
var certReq = {
|
||||
debug: args.debug || le.debug
|
||||
|
||||
@ -255,6 +252,9 @@ module.exports.create = function (le) {
|
||||
le.challenge.remove(copy, domain, key, done);
|
||||
};
|
||||
|
||||
log(args.debug, 'BEFORE GET CERT');
|
||||
log(args.debug, certReq);
|
||||
|
||||
return le.acme.getCertificateAsync(certReq).then(utils.attachCertInfo);
|
||||
});
|
||||
}).then(function (results) {
|
||||
|
正在加载...
x
在新工单中引用
屏蔽一个用户