]> source.dussan.org Git - tigervnc.git/commitdiff
Document the client side X509 parameters
authorPierre Ossman <ossman@cendio.se>
Wed, 17 Sep 2014 14:55:25 +0000 (16:55 +0200)
committerPierre Ossman <ossman@cendio.se>
Wed, 17 Sep 2014 14:55:25 +0000 (16:55 +0200)
vncviewer/vncviewer.man

index 54ae86c763777cce8568af3fc9cc250b68dbaaa0..5dd3b45341505c0cb1c1ed388a18559a9879aeee 100644 (file)
@@ -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),