Don't make links in INSTALL doc - also, work first time!
[openssl.git] / apps / CA.pl
index 7f71f4a76824e3400642ef1f6a68eff668737cc5..901f8c99fbd7f9c4e5eefd6c38a0c7a888d424a6 100755 (executable)
 # Steve Henson
 # shenson@bigfoot.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";