summaryrefslogtreecommitdiffstats
path: root/scripts/firefox-certs-remove.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/firefox-certs-remove.sh')
-rwxr-xr-xscripts/firefox-certs-remove.sh19
1 files changed, 4 insertions, 15 deletions
diff --git a/scripts/firefox-certs-remove.sh b/scripts/firefox-certs-remove.sh
index 63f067b..52cc162 100755
--- a/scripts/firefox-certs-remove.sh
+++ b/scripts/firefox-certs-remove.sh
@@ -16,23 +16,12 @@ PROFILE=$HOSTNAME
echo cd $FIREFOX_DIR/$PROFILE
cd $FIREFOX_DIR/$PROFILE
-certutil -D -n "admin" -d .
certutil -D -n "caadmin" -d .
+certutil -D -n "caagent" -d .
certutil -D -n "kraadmin" -d .
certutil -D -n "kraagent" -d .
certutil -D -n "ocspadmin" -d .
certutil -D -n "tksadmin" -d .
-certutil -D -n "Server-Cert cert-$CA_INSTANCE_NAME" -d .
-certutil -D -n "caSigningCert cert-$CA_INSTANCE_NAME CA" -d .
-certutil -D -n "TPS Administrator of Instance pki-tomcat's EXAMPLE ID" -d .
-certutil -D -n "CA Administrator of Instance pki-tomcat's IdmLabBosRedhat Domain ID" -d .
-certutil -D -n "RA Administrator's EXAMPLE ID" -d .
-certutil -D -n "Certificate Authority - IdmLabBosRedhat Domain" -d .
-certutil -D -n "$HOSTNAME" -d .
-certutil -D -n "$HOSTNAME #2" -d .
-certutil -D -n "$HOSTNAME #3" -d .
-certutil -D -n "$HOSTNAME #4" -d .
-certutil -D -n "$HOSTNAME #5" -d .
-certutil -D -n "$HOSTNAME #6" -d .
-certutil -D -n "$HOSTNAME #7" -d .
-certutil -D -n "$HOSTNAME #8" -d .
+certutil -D -n "tpsadmin" -d .
+certutil -D -n "sslserver" -d .
+certutil -D -n "ca_signing" -d .