From 2fe23ad389387ee785bee52933aa358017620253 Mon Sep 17 00:00:00 2001 From: Lukasz Czechowski Date: Fri, 21 Jun 2024 09:28:26 +0200 Subject: [PATCH] man: Update documentation of weston-vnc Document the possibility to enable VNC backend with password-only authentication. Signed-off-by: Lukasz Czechowski --- man/weston-vnc.man | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man/weston-vnc.man b/man/weston-vnc.man index 022a8ff2..9d772853 100644 --- a/man/weston-vnc.man +++ b/man/weston-vnc.man @@ -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. .\" ***************************************************************