mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 22:32:46 +00:00
make delete key actually do delete key...
This commit is contained in:
parent
33139fb14b
commit
1beefc232f
@ -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 -----------------"
|
||||
|
Loading…
Reference in New Issue
Block a user