mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
📚🚧
This commit is contained in:
parent
b64c18fc22
commit
c69c717ed1
1 changed files with 10 additions and 1 deletions
|
|
@ -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": ""
|
||||||
|
}
|
||||||
|
```
|
||||||
Loading…
Reference in a new issue