make delete key actually do delete key...

This commit is contained in:
mcgreer%netscape.com 2001-08-14 15:11:52 +00:00
parent 33139fb14b
commit 1beefc232f

View File

@ -122,7 +122,7 @@ fips_140_1()
echo "$SCRIPTNAME: Delete the certificate and key from the FIPS module"
echo "certutil -d ${FIPSDIR} -F -n ${FIPSCERTNICK} -f ${FIPSPWFILE}"
certutil -d ${FIPSDIR} -D -n ${FIPSCERTNICK} 2>&1
certutil -d ${FIPSDIR} -F -n ${FIPSCERTNICK} -f ${FIPSPWFILE} 2>&1
html_msg $? 0 "Delete the certificate and key from the FIPS module (certutil -D)"
echo "$SCRIPTNAME: List the FIPS module certificates -----------------"