diff options
Diffstat (limited to 'sca-cpp/trunk/modules/http/ssl-ca-conf')
-rwxr-xr-x | sca-cpp/trunk/modules/http/ssl-ca-conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sca-cpp/trunk/modules/http/ssl-ca-conf b/sca-cpp/trunk/modules/http/ssl-ca-conf index c5a3f8e894..b3c6dbbfa0 100755 --- a/sca-cpp/trunk/modules/http/ssl-ca-conf +++ b/sca-cpp/trunk/modules/http/ssl-ca-conf @@ -19,6 +19,7 @@ # Generate a test certification authority certificate here=`readlink -f $0`; here=`dirname $here` +mkdir -p $1 root=`readlink -f $1` host=$2 |