add comment about privkey
This commit is contained in:
parent
7dd64a33e9
commit
aac4a85dc9
|
@ -318,6 +318,7 @@ module.exports.create = function (gl) {
|
|||
}).then(function (results) {
|
||||
// { cert, chain, privkey /*TODO, subject, altnames, issuedAt, expiresAt */ }
|
||||
|
||||
// args.certs.privkey = RSA.exportPrivatePem(options.domainKeypair);
|
||||
args.certs = results;
|
||||
// args.pems is deprecated
|
||||
args.pems = results;
|
||||
|
|
Loading…
Reference in New Issue