add back getCert
这个提交包含在:
父节点
64f1b71b4f
当前提交
9de9c90061
@ -10,5 +10,8 @@
|
||||
exports.Acme = require('acme-client');
|
||||
exports.registerNewAccount = require('register-new-account');
|
||||
exports.getCertificate = require('get-certificate');
|
||||
exports.getCert=function (options) {
|
||||
exports.getCert=function (options, cb) {
|
||||
exports.registerNewAccount(options, function () {
|
||||
exports.getCertificate(options, cb);
|
||||
});
|
||||
};
|
||||
|
||||
正在加载...
x
在新工单中引用
屏蔽一个用户