diff --git a/README.md b/README.md index 7d58dcc920f0438fe7ba95457c9623b384d68172..a61380d0d67ad197e426306bcc158cff7993eaad 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