Home | History | Annotate | Download | only in apps

Lines Matching refs:CA

3 # CA - wrapper around ca to make it easier to use ... basically ca requires
7 # CA -newca ... will setup the right stuff
8 # CA -newreq ... will generate a certificate request
9 # CA -sign ... will sign the generated request and output
16 # 12-Jan-96 tjh Added more things ... including CA -signcert which
66 CA="$OPENSSL ca $SSLEAY_CONFIG"
116 echo "CA certificate filename (or enter to create)"
119 # ask user for existing CA certificate
129 echo "Making CA certificate ..."
132 $CA -create_serial -out ${CATOP}/$CACERT $CADAYS -batch \
141 $CA -policy policy_anything -infiles newreq.pem
156 $CA -policy policy_anything -out newcert.pem -infiles newreq.pem
162 $CA -policy policy_anything -out newcert.pem -extensions v3_ca -infiles newreq.pem
164 echo "Signed CA certificate is in newcert.pem"
169 $CA -policy policy_anything -out newcert.pem -infiles tmp.pem