From b99c6e4b4e71d8864ea1be0a6341f8b330b2767e Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 11 Jul 2018 22:35:38 -0600 Subject: [PATCH] add comment on privkey and other useful pem data --- node.js | 1 + 1 file changed, 1 insertion(+) diff --git a/node.js b/node.js index 34c5b5c..fe6ef67 100644 --- a/node.js +++ b/node.js @@ -629,6 +629,7 @@ ACME._getCertificate = function (me, options) { if (me.debug) { console.debug('acme-v2: csr submitted and cert received:'); } // https://github.com/certbot/certbot/issues/5721 var certsarr = ACME.splitPemChain(ACME.formatPemChain((resp.body||''))); + // cert, chain, fullchain, privkey, /*TODO, subject, altnames, issuedAt, expiresAt */ var certs = { expires: order.expires , identifiers: order.identifiers