X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=apps%2FCA.sh;h=d9f3069fb2a61888bc46d4ac5fe7f47869f8f715;hp=1942b985a2b6ba203992f0cd910a9a9d90dceb3a;hb=757e392d4e5195d59e138a216495f669a9d7dbcf;hpb=eda1f21f1af8b6f77327e7b37573af9c1ba73726 diff --git a/apps/CA.sh b/apps/CA.sh index 1942b985a2..d9f3069fb2 100644 --- a/apps/CA.sh +++ b/apps/CA.sh @@ -27,14 +27,14 @@ # tjh@cryptsoft.com # -# default ssleay.cnf file has setup as per the following +# default openssl.cnf file has setup as per the following # demoCA ... where everything is stored DAYS="-days 365" -REQ="ssleay req $SSLEAY_CONFIG" -CA="ssleay ca $SSLEAY_CONFIG" -VERIFY="ssleay verify" -X509="ssleay x509" +REQ="openssl req $SSLEAY_CONFIG" +CA="openssl ca $SSLEAY_CONFIG" +VERIFY="openssl verify" +X509="openssl x509" CATOP=./demoCA CAKEY=./cakey.pem @@ -60,7 +60,7 @@ case $i in echo "Request (and private key) is in newreq.pem" ;; -newca) - # if explictly asked for or it doesn't exist then setup the directory + # if explicitly asked for or it doesn't exist then setup the directory # structure that Eric likes to manage things NEW="1" if [ "$NEW" -o ! -f ${CATOP}/serial ]; then