From 3523de6b8fc60cf958154b6b2aec99173f3d1846 Mon Sep 17 00:00:00 2001
From: Philipp Zabel
Date: Tue, 11 Jul 2023 13:57:12 +0200
Subject: [PATCH] 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
---
man/weston-rdp.man | 8 ++++++++
man/weston-vnc.man | 8 ++++++++
2 files changed, 16 insertions(+)
diff --git a/man/weston-rdp.man b/man/weston-rdp.man
index b2f84afcf..3766623bc 100644
--- a/man/weston-rdp.man
+++ b/man/weston-rdp.man
@@ -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.
.\" ***************************************************************
diff --git a/man/weston-vnc.man b/man/weston-vnc.man
index a4225fda6..0a126fadd 100644
--- a/man/weston-vnc.man
+++ b/man/weston-vnc.man
@@ -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