From aac4a85dc9584fcf0d6bb782a69925d46501497a Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 11 Jul 2018 22:33:44 -0600 Subject: [PATCH] add comment about privkey --- lib/core.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/core.js b/lib/core.js index 41f256d..a740eec 100644 --- a/lib/core.js +++ b/lib/core.js @@ -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;