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/help.c | |
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/help.c')
-rw-r--r-- | x11vnc/help.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11vnc/help.c b/x11vnc/help.c index e135d16..ba744ee 100644 --- a/x11vnc/help.c +++ b/x11vnc/help.c @@ -1575,8 +1575,8 @@ void print_help(int mode) { "\n" " If you set the env. var REQ_ARGS='...' it will be\n" " passed to openssl req(1). A common use would be\n" -" REQ_ARGS='-days 730' to bump up the expiration date\n" -" (2 years in this case).\n" +" REQ_ARGS='-days 1095' to bump up the expiration date\n" +" (3 years in this case).\n" "\n" "-sslEncKey [pem] Utility to encrypt an existing PEM file with a\n" " passphrase you supply when prompted. For that key to be\n" |