Upadte SSL
This commit is contained in:
@@ -26,8 +26,8 @@ const PORT = config.port || 2000;
|
||||
const cacheFolder = "./cache/";
|
||||
|
||||
// Certificate
|
||||
const privateKey = fs.readFileSync("./assets/ssl/localhost/localhost.decrypted.key");
|
||||
const certificate = fs.readFileSync("./assets/ssl/localhost/localhost.crt");
|
||||
const privateKey = fs.readFileSync("./assets/ssl/privkey.pem");
|
||||
const certificate = fs.readFileSync("./assets/ssl/cert.pem");
|
||||
|
||||
const credentials = {
|
||||
key: privateKey,
|
||||
|
||||
Reference in New Issue
Block a user