man: Document tls-cert and tls-key config options
Document the new tls-cert and tls-key config options in the weston-rdp and weston-vnc man pages. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
This commit is contained in:
parent
19a715b348
commit
3523de6b8f
|
@ -35,6 +35,14 @@ The RDP backend uses the following entries from
|
|||
Specifies the desktop redraw rate in Hz. If unspecified, the default is 60Hz. Changing
|
||||
this may be useful if you have a faster than 60Hz display, or if you want to reduce updates to
|
||||
reduce network traffic.
|
||||
.TP
|
||||
\fBtls\-key\fR=\fIfile\fR
|
||||
The file containing the key for doing TLS security. To have TLS security you also need
|
||||
to ship a file containing a certificate.
|
||||
.TP
|
||||
\fBtls\-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.
|
||||
|
||||
|
||||
.\" ***************************************************************
|
||||
|
|
|
@ -33,6 +33,14 @@ The VNC backend uses the following entries from
|
|||
Specifies the desktop redraw rate in Hz. If unspecified, the default is 60Hz. Changing
|
||||
this may be useful if you have a faster than 60Hz display, or if you want to reduce updates to
|
||||
reduce network traffic.
|
||||
.TP
|
||||
\fBtls\-key\fR=\fIfile\fR
|
||||
The file containing the key for doing TLS security. To have TLS security you also need
|
||||
to ship a file containing a certificate.
|
||||
.TP
|
||||
\fBtls\-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.
|
||||
|
||||
.\" ***************************************************************
|
||||
.SH OPTIONS
|
||||
|
|
Loading…
Reference in New Issue