From e7924e66d74ab7b2b8ae0cd196446952cd90ae6a Mon Sep 17 00:00:00 2001 From: slipenbois Date: Mon, 21 Jan 2019 02:01:21 +0100 Subject: [PATCH] Added infos for certificate --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c068bd5..bc5caa2 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,10 @@ $ python3 -m venv venv $ venv/bin/pip install wheel $ venv/bin/pip install -r requirements.txt ``` - +### (Optionnal) Generate a certificate +`$ openssl req -x509 -nodes -days 3650 -newkey rsa:2048 -keyout botamusique.pem -out botamusique.pem -subj "/CN=botamusique"` ### Starting the bot -`$ venv/bin/python mumbleBot.py -s HOST -u BOTNAME -P PASSWORD -p PORT -c CHANNEL` +`$ venv/bin/python mumbleBot.py -s HOST -u BOTNAME -P PASSWORD -p PORT -c CHANNEL -C -C /path/to/botamusique.pem` The bot listen to the 8181 port so you should redirect to this one in you NAT configuration to let others peoples access the web interface. (DISABLED)