diff --git a/lib/common.js b/lib/common.js index ae6bcbe..bab8a51 100644 --- a/lib/common.js +++ b/lib/common.js @@ -62,7 +62,13 @@ module.exports.fetchFromDisk = function (args) { , chain: arr[2] // chain.pem , ca: arr[2] // chain.pem + , privkeyPath: args.privkeyPath + , fullchainPath: args.fullchainPath + , certPath: args.certPath + , chainPath: args.chainPath + , issuedAt: arr[3].mtime.valueOf() // ??? TODO parse to determine expiresAt and lifetime + , lifetime: args.lifetime }; }, function (err) { if (true || args.debug) {