summaryrefslogtreecommitdiffstats
path: root/x11vnc/help.c
diff options
context:
space:
mode:
authorrunge <runge>2008-05-12 01:04:40 +0000
committerrunge <runge>2008-05-12 01:04:40 +0000
commitd538e4e28148c967d00310f3eca1a648916b771e (patch)
treef51d18743903c98200b24f82d5e19e1cbde34a53 /x11vnc/help.c
parentfa53197938187817f93d3b86ee6dd696bce1e834 (diff)
downloadlibtdevnc-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.c4
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"