diff options
author | runge <runge> | 2008-05-12 01:04:40 +0000 |
---|---|---|
committer | runge <runge> | 2008-05-12 01:04:40 +0000 |
commit | d538e4e28148c967d00310f3eca1a648916b771e (patch) | |
tree | f51d18743903c98200b24f82d5e19e1cbde34a53 /x11vnc/x11vnc.1 | |
parent | fa53197938187817f93d3b86ee6dd696bce1e834 (diff) | |
download | libtdevnc-d538e4e28148c967d00310f3eca1a648916b771e.tar.gz libtdevnc-d538e4e28148c967d00310f3eca1a648916b771e.zip |
x11vnc: SSL fixes. Increase cert lifetimes to 2 years. Print ssl err msg.
Diffstat (limited to 'x11vnc/x11vnc.1')
-rw-r--r-- | x11vnc/x11vnc.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11vnc/x11vnc.1 b/x11vnc/x11vnc.1 index 0b571cb..71f679e 100644 --- a/x11vnc/x11vnc.1 +++ b/x11vnc/x11vnc.1 @@ -2,7 +2,7 @@ .TH X11VNC "1" "May 2008" "x11vnc " "User Commands" .SH NAME x11vnc - allow VNC connections to real X11 displays - version: 0.9.4, lastmod: 2008-05-07 + version: 0.9.4, lastmod: 2008-05-10 .SH SYNOPSIS .B x11vnc [OPTION]... @@ -1787,8 +1787,8 @@ If you set the env. var REQ_ARGS='...' it will be passed to openssl .IR req (1). A common use would be -REQ_ARGS='-days 730' to bump up the expiration date -(2 years in this case). +REQ_ARGS='-days 1095' to bump up the expiration date +(3 years in this case). .PP \fB-sslEncKey\fR \fI[pem]\fR .IP |