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

include filepaths

Šī revīzija ir iekļauta:
AJ ONeal 2015-12-17 09:05:18 +00:00
vecāks 3b71f14c9e
revīzija 20dd707cf4

Parādīt failu

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