summaryrefslogtreecommitdiffstats
path: root/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/stunnel-server.conf
diff options
context:
space:
mode:
authorrunge <runge>2007-04-19 03:25:29 +0000
committerrunge <runge>2007-04-19 03:25:29 +0000
commite1c733ee5a0c45f8fe1eeb26259d5d28963104f7 (patch)
tree7b712764d4f1a482b55fcfc6323c99f204b30f69 /x11vnc/misc/enhanced_tightvnc_viewer/bin/util/stunnel-server.conf
parent69a63b28833da1877046bf22e0b9b6f526526e57 (diff)
downloadlibtdevnc-e1c733ee5a0c45f8fe1eeb26259d5d28963104f7.tar.gz
libtdevnc-e1c733ee5a0c45f8fe1eeb26259d5d28963104f7.zip
Sync with SSVNC 1.0.15
Diffstat (limited to 'x11vnc/misc/enhanced_tightvnc_viewer/bin/util/stunnel-server.conf')
-rw-r--r--x11vnc/misc/enhanced_tightvnc_viewer/bin/util/stunnel-server.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/stunnel-server.conf b/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/stunnel-server.conf
index 8e5dd50..327327a 100644
--- a/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/stunnel-server.conf
+++ b/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/stunnel-server.conf
@@ -6,6 +6,9 @@
# to manually start up stunnel using it.
# (e.g. /path/to/stunnel stunnel-server.conf)
#
+# NOTE: You MUST specify a cert = PEM file line for server mode.
+# SSVNC or x11vnc can be used to create one if you like.
+#
# This is just an example and is not used by the tools in this package.
# It is here in case you wanted to see how to add SSL support to any
# VNC server you have.
@@ -18,7 +21,8 @@ RNDoverwrite = yes
# CApath = /path/to/.../crt-dir
# CAfile = /path/to/.../foo.crt
# verify = 2
-# My server cert could go here:
+#
+# The server cert goes here (**IT MUST BE SPECIFIED IN SERVER MODE**):
# cert = /path/to/.../my.pem
#
[vnc]