update to latest lamassu.json
This commit is contained in:
parent
e559548b04
commit
478c6ebe0c
3 changed files with 13 additions and 19 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue