KasmVNC
KasmVNC copied to clipboard
Instructions to add your user to the ssl-cert group on Debian
Not working:: sudo addgroup $USER ssl-cert Working: sudo usermod -a -G ssl-cert $USER
The current instructions are the following for Ubuntu/Debian, which works at least on ubuntu, I have not tested all flavors.
sudo adduser $USER ssl-cert
The current instructions are the following for Ubuntu/Debian, which works at least on ubuntu, I have not tested all flavors.
sudo adduser $USER ssl-cert
Yeah the Docs have it wrong saying sudo addgroup $USER ssl-cert