]> granicus.if.org Git - apache/blobdiff - test/make_sni.sh
UTF-8 encoding.
[apache] / test / make_sni.sh
index 6d1288acf5e373e505ef75c751fc1d3204fd9df5..b8b651df4626265d0615b5fd18ec67248bdc610c 100644 (file)
@@ -19,8 +19,6 @@
 # and certificates as to facilitate testing of TLS server name 
 # indication support (RFC 4366) or SNI.
 #
-# $Id$
-#
 #
 OPENSSL=${OPENSSL:-openssl}
 DOMAIN=${DOMAIN:-my-sni-test.org}
@@ -84,7 +82,7 @@ do
 done
 
 if [ $# = 1 ]; then
-    echo "Aborted - just specifing one vhost makes no sense for SNI testing. Go wild !"
+    echo "Aborted - just specifying one vhost makes no sense for SNI testing. Go wild !"
     exit 1
 fi
 
@@ -209,8 +207,8 @@ SSLSessionCache none
 
 # Note that this SSL configuration is far
 # from complete - you propably will want
-# to configure SSLMutex-es and SSLSession
-# Caches at the very least.
+# to configure SSLSession Caches at the 
+# very least.
 
 <Directory />
     Options None