KasmVNC
KasmVNC copied to clipboard
Error in documentation
Describe the bug In installation documentation: https://www.kasmweb.com/kasmvnc/docs/latest/install.html it says that in order to add group to user you type:
# Add your user to the ssl-cert group
sudo addgroup $USER ssl-cert
But that is wrong, and you should use adduser instead.
Here it is corrected: https://github.com/kasmtech/KasmVNC?tab=readme-ov-file#debianubuntukali
but in docs on website it still says to use addgroup
@saikotek , thank you, internal ticket added for that issue.