mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-20 08:10:10 +01:00
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
2 changed files with 16 additions and 0 deletions
|
|
@ -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
|
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
|
this may be useful if you have a faster than 60Hz display, or if you want to reduce updates to
|
||||||
reduce network traffic.
|
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
|
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
|
this may be useful if you have a faster than 60Hz display, or if you want to reduce updates to
|
||||||
reduce network traffic.
|
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
|
.SH OPTIONS
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue