From 0a3cd4a1e3659c3feb7a7933f4bc5993d62d3b7f Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Mon, 29 Mar 2010 06:26:16 +0000 Subject: Build memcached from source as the Ubuntu 9.10 memcached package is back level. Minor typo fixes in httpd config scripts. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@928605 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/modules/http/httpd-ca-conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sca-cpp/trunk/modules/http/httpd-ca-conf') diff --git a/sca-cpp/trunk/modules/http/httpd-ca-conf b/sca-cpp/trunk/modules/http/httpd-ca-conf index f59ff71d46..c5a3f8e894 100755 --- a/sca-cpp/trunk/modules/http/httpd-ca-conf +++ b/sca-cpp/trunk/modules/http/httpd-ca-conf @@ -17,7 +17,7 @@ # specific language governing permissions and limitations # under the License. -# Generate a test certificate of authority +# Generate a test certification authority certificate here=`readlink -f $0`; here=`dirname $here` root=`readlink -f $1` host=$2 @@ -84,6 +84,6 @@ rm -f $root/conf/ca-database echo 1000 > $root/conf/ca-serial touch $root/conf/ca-database -# Generate the certificate of authority +# Generate the certification authority certificate openssl req -new -x509 -config $root/conf/openssl-ca.conf -out $root/conf/ca.crt -keyout $root/conf/ca.key -- cgit v1.2.3