man: Update documentation of weston-vnc

Document the possibility to enable VNC backend with password-only
authentication.

Signed-off-by: Lukasz Czechowski <lukasz.czechowski@thaumatec.com>
This commit is contained in:
Lukasz Czechowski 2024-06-21 09:28:26 +02:00 committed by Marius Vlad
parent 3ecdd0486c
commit 2fe23ad389
1 changed files with 4 additions and 0 deletions

View File

@ -82,6 +82,10 @@ to ship a file containing a certificate.
\fB\-\-vnc\-tls\-cert\fR=\fIfile\fR
The file containing the certificate for doing TLS security. To have TLS security you also need
to ship a key file.
.TP
\fB\-\-disable\-transport\-layer\-security
Disable Transport Layer Security. If specified, VNC will be enabled with password-only
authentication. This option is not recommended, as it creates security risk.
.\" ***************************************************************