From c8cce700b77d70de6849fb6679e6a0100b8b10b4 Mon Sep 17 00:00:00 2001 From: EspiDev Date: Fri, 11 May 2018 20:17:00 -0400 Subject: [PATCH] config fix --- EstiConsole/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/EstiConsole/config.json b/EstiConsole/config.json index 055803a..82375fd 100644 --- a/EstiConsole/config.json +++ b/EstiConsole/config.json @@ -2,11 +2,11 @@ "instance_name": "CTF", "instance_port": 19005, "sslencryption": true, - "cert_file_path": "./server.crt", - "key_file_path": "./server.key", + "cert_file_path": "EstiConsole/server.crt", + "key_file_path": "EstiConsole/server.key", "require_authentication": true, "enable_root": true, - "master_key_location": "./masterkey.key", + "master_key_location": "EstiConsole/masterkey.key", "servers": [ { "instance_name": "CTF",