WIP
This commit is contained in:
parent
06ff037189
commit
745eb225df
4 changed files with 13 additions and 8 deletions
|
|
@ -16,7 +16,7 @@ if (!httpOnly) {
|
|||
try {
|
||||
options.https = {
|
||||
key: fs.readFileSync(options.certKeyPath),
|
||||
cert: fs.readFileSync(options.certPath),
|
||||
cert: fs.readFileSync(options.certPath)
|
||||
}
|
||||
} catch (err) {
|
||||
console.log('Please configure your certificate.')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue