aboutsummaryrefslogtreecommitdiff
path: root/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'index.ts')
-rw-r--r--index.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.ts b/index.ts
index 3255411..ac1d5e3 100644
--- a/index.ts
+++ b/index.ts
@@ -3,8 +3,8 @@ import https from "https";
import { readFileSync } from "fs";
import si from "systeminformation";
-var privateKey = readFileSync('./cert/cert.pem', 'utf8');
-var certificate = readFileSync('./cert/privkey.pem', 'utf8');
+var privateKey = readFileSync('../cert/cert.pem', 'utf8');
+var certificate = readFileSync('../cert/privkey.pem', 'utf8');
var credentials = {key: privateKey, cert: certificate};