X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=apps%2FCA.sh;h=728f5bf4d84edde28b6fc2d3fde1f10957976766;hb=35f7324c237b9b5ee46a04b88a6020173d3c66b1;hp=1942b985a2b6ba203992f0cd910a9a9d90dceb3a;hpb=b7896b3cb86d80206af14a14d69b0717786f2729;p=oweals%2Fopenssl.git diff --git a/apps/CA.sh b/apps/CA.sh index 1942b985a2..728f5bf4d8 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