1
0
spegling av https://github.com/therootcompany/greenlock.js.git synced 2024-11-16 17:29:00 +00:00

add comment about privkey

This commit is contained in:
AJ ONeal 2018-07-11 22:33:44 -06:00
förälder 7dd64a33e9
incheckning aac4a85dc9

Visa fil

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