From 5fb15d6dea13259d29f4fd1a774c62f99c5b3a7d Mon Sep 17 00:00:00 2001
From: Armin <armin.co@hs-bochum.de>
Date: Wed, 10 Jun 2020 11:32:34 +0200
Subject: [PATCH] updated README.md

---
 README.md | 28 +++++++++++++++++++++++++++-
 1 file changed, 27 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7d58dcc..a61380d 100644
--- a/README.md
+++ b/README.md
@@ -18,4 +18,30 @@ To copy these files out of the image it is necessary to create a container out o
 Therefore the command 'docker create' needs to be executed.
 Afterwards the directory can be copied with 'docker cp'.
 
-The container and the image are not longer needed, so they will be removed at the end.
\ No newline at end of file
+The container and the image are not longer needed, so they will be removed at the end.
+
+
+**Verifying commits**
+
+Commits made from the online editor are signed with the github web-flow key.
+Other commits are not verified.
+
+[https://github.com/web-flow.gpg](https://github.com/web-flow.gpg)
+
+
+
+**Testing**
+
+To test if the generation of the website files was succesfully
+a test version can be run with websockify.
+
+```
+openssl req -newkey rsa:2048 -nodes -keyout test.key -x509 -days 365 -out test.crt
+websockify --cert=test.crt --key=test.key --ssl-only --ssl-target --web=/home/node/dist 443 MUMBLE_SERVER:64738
+```
+
+**Deploy**
+
+When the website is not deployed with websockify, it is still needed for the websocket.
+
+```websockify --ssl-target 64737 MUMBLE_SERVER:64738```
\ No newline at end of file
-- 
GitLab