ajouté warning sur certificats dans README

This commit is contained in:
Sylvain Gay 2022-09-12 14:17:34 +02:00
parent e56947fad4
commit 22382c00dd

View file

@ -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.