WIP
This commit is contained in:
parent
a49fac6cc8
commit
bb1e952e39
5 changed files with 4 additions and 5 deletions
|
|
@ -17,7 +17,6 @@ if (!httpOnly) {
|
|||
options.https = {
|
||||
key: fs.readFileSync(options.certKeyPath),
|
||||
cert: fs.readFileSync(options.certPath),
|
||||
requestCert: true
|
||||
}
|
||||
} catch (err) {
|
||||
console.log('Please configure your certificate.')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue