From fca9d5df2f9b0eaf8e97274734237ada0e51f90a Mon Sep 17 00:00:00 2001 From: Expand-sys Date: Fri, 25 Jun 2021 13:43:49 +1000 Subject: [PATCH] sigh --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 6f97683..17d8091 100644 --- a/index.js +++ b/index.js @@ -9,8 +9,8 @@ const fastify = require("fastify")({ http2: true, https: { allowHTTP1: true, // fallback support for HTTP1 - //key: fs.readFileSync(path.join(root, "..", "config", "key.key")), - //cert: fs.readFileSync(path.join(root, "..", "config", "cert.cert")), + key: fs.readFileSync(path.join(root, "..", "config", "key.key")), + cert: fs.readFileSync(path.join(root, "..", "config", "cert.cert")), }, });