This commit is contained in:
EntireTwix 2021-07-15 19:02:14 -07:00
parent c69c717ed1
commit 03767fb61d

View file

@ -86,7 +86,12 @@ make -j<threads>
``` ```
## Certs ## 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 ```json
{ {
"address": "0.0.0.0", "address": "0.0.0.0",
@ -95,4 +100,5 @@ make sure to edit `config.json` adding the certificate location if you're using
"cert": "", "cert": "",
"key": "" "key": ""
} }
``` ```
**it is Highly recommened you secure your server**