From 11d12b6a3d7d92eaea8c235fc65e0885f85e1bfa Mon Sep 17 00:00:00 2001 From: Adrix Date: Sun, 27 Oct 2024 20:49:04 +0200 Subject: [PATCH] Updated config so its the example files for ssl --- Config/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Config/config.json b/Config/config.json index 2b23f2c..c8217b4 100644 --- a/Config/config.json +++ b/Config/config.json @@ -64,9 +64,9 @@ "//": "Use HTTPS (For VPS Side Only, Or If You Were To Setup A Type Record To Your Own Public Adress From Your Domain) (You Also Need To Change The Examples In SSl Folder!)", "bEnableHTTPS": false, "//": "Only Enable if You Have SSL Certificate In The ssl Folder", "ssl": { - "cert": "./ssl/certificate.crt", - "//ca//": "./ssl/ca_bundle.crt", "//": "Optional (Only If You Have A CA Bundle from your ssl certificate)", - "key": "./ssl/private.key" + "cert": "./ssl/example_certificate.crt", + "//ca//": "./ssl/example_ca_bundle.crt", "//": "Optional (Only If You Have A CA Bundle from your ssl certificate)", + "key": "./ssl/example_private.key" }, "//": "These are all the events you can add to the game, like the rift in the sky!",