2
1
Fork 0

add comment on privkey and other useful pem data

Esse commit está contido em:
AJ ONeal 2018-07-11 22:35:38 -06:00
commit b99c6e4b4e
1 arquivos alterados com 1 adições e 0 exclusões

Ver arquivo

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