From b0fc31b390b1e189e8b86a66f3e46b0de1bd3d58 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 19 Nov 2002 10:23:29 +0000 Subject: Recent changes from 0.9.6-stable. --- util/mkcerts.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'util/mkcerts.sh') diff --git a/util/mkcerts.sh b/util/mkcerts.sh index 5f8a1dae73..0184fcb70e 100755 --- a/util/mkcerts.sh +++ b/util/mkcerts.sh @@ -1,4 +1,4 @@ -#!bin/sh +#!/bin/sh # This script will re-make all the required certs. # cd apps @@ -12,8 +12,8 @@ # CAbits=1024 -SSLEAY="../apps/ssleay" -CONF="-config ../apps/ssleay.cnf" +SSLEAY="../apps/openssl" +CONF="-config ../apps/openssl.cnf" # create pca request. echo creating $CAbits bit PCA cert request -- cgit v1.2.3