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**