summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2014-09-17 16:55:25 +0200
committerPierre Ossman <ossman@cendio.se>2014-09-17 16:55:25 +0200
commit1ec4531ca6b37db1fa9b9cc5d5db289be32d4241 (patch)
treefcbe8729f5061474e743bea992af78e4776db15f
parent3d2a84b9ea0c9428e8335b1a22d7e8263742cda0 (diff)
downloadtigervnc-1ec4531ca6b37db1fa9b9cc5d5db289be32d4241.tar.gz
tigervnc-1ec4531ca6b37db1fa9b9cc5d5db289be32d4241.zip
Document the client side X509 parameters
-rw-r--r--vncviewer/vncviewer.man18
1 files changed, 18 insertions, 0 deletions
diff --git a/vncviewer/vncviewer.man b/vncviewer/vncviewer.man
index 54ae86c7..5dd3b453 100644
--- a/vncviewer/vncviewer.man
+++ b/vncviewer/vncviewer.man
@@ -124,6 +124,18 @@ the server, you can specify it here to avoid typing it in. It will usually be
"~/.vnc/passwd".
.
.TP
+.B \-X509CA \fIpath\fP
+Path to CA certificate to use when authenticating remote servers using any
+of the X509 security schemes (X509None, X509Vnc, etc.). Must be in PEM
+format. Default is \fB$HOME/.vnc/x509_ca.pem\fP, if it exists.
+.
+.TP
+.B \-X509CRL \fIpath\fP
+Path to certificate revocation list to use in conjunction with
+\fB-X509CA\fP. Must also be in PEM format. Default is
+\fB$HOME/.vnc/x509_crl.pem\fP, if it exists.
+.
+.TP
.B \-Shared
When you make a connection to a VNC server, all other existing connections are
normally closed. This option requests that they be left open, allowing you to
@@ -264,6 +276,12 @@ respectively.
.TP
$HOME/.vnc/default.tigervnc
Default configuration options.
+.TP
+$HOME/.vnc/x509_ca.pem
+Default CA certificate for authenticating servers.
+.TP
+$HOME/.vnc/x509_crl.pem
+Default certificate revocation list.
.SH SEE ALSO
.BR Xvnc (1),