update to latest lamassu.json

This commit is contained in:
Josh Harvey 2016-11-06 16:04:27 +00:00
parent e559548b04
commit 478c6ebe0c
3 changed files with 13 additions and 19 deletions

View file

@ -15,7 +15,7 @@ var httpOnly = options.httpOnly || argv.http
if (!httpOnly) {
try {
options.https = {
key: fs.readFileSync(options.certKeyPath),
key: fs.readFileSync(options.keyPath),
cert: fs.readFileSync(options.certPath)
}
} catch (err) {