add comment about privkey

This commit is contained in:
AJ ONeal 2018-07-11 22:33:44 -06:00
parent 7dd64a33e9
commit aac4a85dc9
1 changed files with 1 additions and 0 deletions

View File

@ -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;