summaryrefslogtreecommitdiffstats
path: root/x11vnc/ssltools.h
diff options
context:
space:
mode:
authorrunge <runge>2006-04-16 18:31:48 +0000
committerrunge <runge>2006-04-16 18:31:48 +0000
commit0ef122b61c4bc1f0652cd98fcc331e484b00ea0f (patch)
treed192e55f2d6ac15518913ab428d46e9583f02689 /x11vnc/ssltools.h
parentd14cf0a84c88a02222caad1692228584b610aacc (diff)
downloadlibtdevnc-0ef122b61c4bc1f0652cd98fcc331e484b00ea0f.tar.gz
libtdevnc-0ef122b61c4bc1f0652cd98fcc331e484b00ea0f.zip
Apache SSL gateway. More web proxy cases for Java and ssl_vncviewer.
Diffstat (limited to 'x11vnc/ssltools.h')
-rw-r--r--x11vnc/ssltools.h11
1 files changed, 8 insertions, 3 deletions
diff --git a/x11vnc/ssltools.h b/x11vnc/ssltools.h
index 42f68eb..b587dcd 100644
--- a/x11vnc/ssltools.h
+++ b/x11vnc/ssltools.h
@@ -267,15 +267,20 @@ char genCert[] =
"\n"
"direrror() {\n"
" echo \"\"\n"
+" echo \"You need first to run:\"\n"
+" echo \"\"\n"
" if echo \"$DIR\" | grep '/\\.vnc/certs' > /dev/null; then\n"
-" echo \"You need first to run: x11vnc -sslGenCA\"\n"
+" echo \" x11vnc -sslGenCA\"\n"
" else\n"
-" echo \"You need first to run: x11vnc -sslGenCA $DIR\"\n"
+" echo \" x11vnc -sslGenCA $DIR\"\n"
" fi\n"
+" echo \"\"\n"
" echo \"to create the CA cert file and other needed config files and directories.\"\n"
" echo \"\"\n"
+" echo \"Then you can run: x11vnc -sslGenCert $type $name0\"\n"
+" echo \"\"\n"
" if [ \"X$1\" != \"X\" ]; then\n"
-" echo \"(missing: $1)\"\n"
+" echo \"(missing file/dir: $1)\"\n"
" echo \"\"\n"
" fi\n"
" exit 1\n"