Adding some description how to use the examples. - nonhttpd - A httpd serving nothing.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit e2c8a6e539f2a94884401ab5d0191d236ffc72ca
(DIR) parent 74616be5713bcb27e622082589323d6b9f78c7c5
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Wed, 21 Nov 2012 11:19:39 +0100
Adding some description how to use the examples.
Diffstat:
examples/README.md | 18 ++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/examples/README.md b/examples/README.md
@@ -0,0 +1,18 @@
+# Examples for nonhttpd
+
+## No encryption on port 8080
+
+ ./socat-nonhttpd.sh
+
+## Encryption and certificate authentication on port 4433
+
+ ./gencerts.sh
+ ./socat-nonhttpd-cert.sh &
+ ./socat-nonhttpd-client.sh
+
+## Encryption but without verification
+
+ ./gencerts.sh
+ ./socat-nonhttpd-ssl.sh &
+ ./socat-nonhttpd-ssl-client.sh
+