summaryrefslogtreecommitdiffstats
path: root/scripts/firefox-certs-remove.sh
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2017-07-21 18:16:16 +0200
committerEndi S. Dewata <edewata@redhat.com>2017-07-21 18:16:16 +0200
commit0517bd5bb3aac6b2469e94ca95449f582b8fee72 (patch)
tree043aa75fd4e71e08eed7ff52e585754be0fe280d /scripts/firefox-certs-remove.sh
parent28c1241fbcc36cf3fdddd50d6978a1885145f713 (diff)
downloadpki-dev-0517bd5bb3aac6b2469e94ca95449f582b8fee72.tar.gz
pki-dev-0517bd5bb3aac6b2469e94ca95449f582b8fee72.tar.xz
pki-dev-0517bd5bb3aac6b2469e94ca95449f582b8fee72.zip
Updated Firefox scripts.
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 .