kasmtech / KasmVNC

Modern VNC Server and client, web based and secure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions to add your user to the ssl-cert group on Debian

marclava opened this issue · comments

Not working::
sudo addgroup $USER ssl-cert
Working:
sudo usermod -a -G ssl-cert $USER