From 03767fb61dc714507ae4440529e83600125320a2 Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Thu, 15 Jul 2021 19:02:14 -0700 Subject: [PATCH] :books::construction: --- docs/building.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/building.md b/docs/building.md index a77f2c1..a629330 100644 --- a/docs/building.md +++ b/docs/building.md @@ -86,7 +86,12 @@ make -j ``` ## Certs -make sure to edit `config.json` adding the certificate location if you're using HTTPS, I personally use [certbot](https://certbot.eff.org/), **it is Highly recommened you secure your server**. Alternatively you can delete the +make sure to edit `config.json` adding the certificate location if you're using HTTPS, I personally use [certbot](https://certbot.eff.org/). +```json +"cert": "pubkey", +"key": "privkey" +``` +Alternatively you can delete this entire section ```json { "address": "0.0.0.0", @@ -95,4 +100,5 @@ make sure to edit `config.json` adding the certificate location if you're using "cert": "", "key": "" } -``` \ No newline at end of file +``` +**it is Highly recommened you secure your server**