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:
parent
3ecdd0486c
commit
2fe23ad389
|
@ -82,6 +82,10 @@ to ship a file containing a certificate.
|
||||||
\fB\-\-vnc\-tls\-cert\fR=\fIfile\fR
|
\fB\-\-vnc\-tls\-cert\fR=\fIfile\fR
|
||||||
The file containing the certificate for doing TLS security. To have TLS security you also need
|
The file containing the certificate for doing TLS security. To have TLS security you also need
|
||||||
to ship a key file.
|
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.
|
||||||
|
|
||||||
|
|
||||||
.\" ***************************************************************
|
.\" ***************************************************************
|
||||||
|
|
Loading…
Reference in New Issue