From 20dd707cf48bf57d23047de5222f8a5d4624d8ea Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 17 Dec 2015 09:05:18 +0000 Subject: [PATCH] include filepaths --- lib/common.js | 6 ++++++ 1 file changed, 6 insertions(+) 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) {