diff --git a/src/index.js b/src/index.js index 0a08344..04cbc15 100644 --- a/src/index.js +++ b/src/index.js @@ -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,