ajouté warning sur certificats dans README
This commit is contained in:
parent
e56947fad4
commit
22382c00dd
1 changed files with 5 additions and 1 deletions
|
@ -21,4 +21,8 @@ Then edit manually `config.js`.
|
||||||
node traque.js
|
node traque.js
|
||||||
```
|
```
|
||||||
|
|
||||||
Then visit `localhost:9000`.
|
Then visit `localhost:9000`.
|
||||||
|
|
||||||
|
## About certificates
|
||||||
|
|
||||||
|
For testing purpose, a self-signed certificate (and the associated private key) is present in the `certif` directory. It should **not** be used for anything but testing. The default `sample_config.js` uses this certificate.
|
Loading…
Reference in a new issue