From 3d751465ded2c7ad0141ee3c06cbefb9384b76ee Mon Sep 17 00:00:00 2001 From: Juliusz Chroboczek Date: Sun, 3 May 2020 15:09:02 +0200 Subject: [PATCH] Fix README. --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README b/README index d051482..7d56d0d 100644 --- a/README +++ b/README @@ -4,6 +4,7 @@ Build the server binary: Create a server certificate: + mkdir data openssl req -newkey rsa:2048 -nodes -keyout data/key.pem -x509 -days 365 -out data/cert.pem Set the server administrator's username and password (optional): @@ -14,7 +15,7 @@ Configure the list of STUN and TURN servers (optional): vi static/ice-servers.json -Setup a group +Set up a group mkdir groups vi groups/public.json