This commit is contained in:
EntireTwix 2021-07-15 18:59:04 -07:00
parent b64c18fc22
commit c69c717ed1

View file

@ -86,4 +86,13 @@ 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**. 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
```json
{
"address": "0.0.0.0",
"port": 443,
"https": true,
"cert": "",
"key": ""
}
```