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