From 22382c00dd89bf118a8c4b0f2dcde7a4dffeaf8a Mon Sep 17 00:00:00 2001 From: Sylvain Gay Date: Mon, 12 Sep 2022 14:17:34 +0200 Subject: [PATCH] =?UTF-8?q?ajout=C3=A9=20warning=20sur=20certificats=20dan?= =?UTF-8?q?s=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51004ac..b9847e1 100644 --- a/README.md +++ b/README.md @@ -21,4 +21,8 @@ Then edit manually `config.js`. node traque.js ``` -Then visit `localhost:9000`. \ No newline at end of file +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. \ No newline at end of file