mirror of
https://github.com/key-networks/ztncui.git
synced 2025-06-07 10:43:44 +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 fs = require('fs');
|
||||||
|
|
||||||
const options = {
|
const options = {
|
||||||
cert: fs.readFileSync('etc/tls/fullchain.pem'),
|
// cert: fs.readFileSync('etc/tls/fullchain.pem'),
|
||||||
key: fs.readFileSync('etc/tls/privkey.pem')
|
// key: fs.readFileSync('etc/tls/privkey.pem')
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue