diff options
author | Pierre Ossman <ossman@cendio.se> | 2021-06-11 17:40:02 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2021-06-13 17:58:55 +0200 |
commit | 960c7d2ff393917e8afd00742447ce8ee51b350f (patch) | |
tree | 25ed0513beafc901609721647eadcb0ada022a9d /vncviewer/vncviewer.man | |
parent | 6558d20683079f0c519cd29afe2b55fe55e7ffed (diff) | |
download | tigervnc-960c7d2ff393917e8afd00742447ce8ee51b350f.tar.gz tigervnc-960c7d2ff393917e8afd00742447ce8ee51b350f.zip |
Clean up default value for X509 parameters
Let's avoid making this too complex and force every user to know about
magical functions.
Diffstat (limited to 'vncviewer/vncviewer.man')
-rw-r--r-- | vncviewer/vncviewer.man | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vncviewer/vncviewer.man b/vncviewer/vncviewer.man index 64f0b08c..868e6aeb 100644 --- a/vncviewer/vncviewer.man +++ b/vncviewer/vncviewer.man @@ -152,13 +152,13 @@ the server, you can specify it here to avoid typing it in. It will usually be .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. +format. Default is \fB$HOME/.vnc/x509_ca.pem\fP. . .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. +\fB$HOME/.vnc/x509_crl.pem\fP. . .TP .B \-Shared |