mirror of
https://github.com/key-networks/ztncui.git
synced 2025-06-06 02:03:45 +02:00
remove TLS options
This commit is contained in:
parent
82386d5105
commit
e8b5911e8b
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ const https = require('https');
|
|||
const fs = require('fs');
|
||||
|
||||
const options = {
|
||||
cert: fs.readFileSync('etc/tls/fullchain.pem'),
|
||||
key: fs.readFileSync('etc/tls/privkey.pem')
|
||||
// cert: fs.readFileSync('etc/tls/fullchain.pem'),
|
||||
// key: fs.readFileSync('etc/tls/privkey.pem')
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue