summaryrefslogtreecommitdiffstats
path: root/scripts/firefox-certs-remove.sh
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-11-30 01:36:03 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-11-30 01:36:03 -0500
commitcd8f2f768b0e4beb8975c105fc7851d1a8beed16 (patch)
tree369f812ed325e3772794b580d19a15cf4a2042cf /scripts/firefox-certs-remove.sh
parentc4e668243ec3db04e950d3423086810bd04be735 (diff)
downloadpki-dev-cd8f2f768b0e4beb8975c105fc7851d1a8beed16.tar.gz
pki-dev-cd8f2f768b0e4beb8975c105fc7851d1a8beed16.tar.xz
pki-dev-cd8f2f768b0e4beb8975c105fc7851d1a8beed16.zip
Update Firefox scripts.
Diffstat (limited to 'scripts/firefox-certs-remove.sh')
-rwxr-xr-xscripts/firefox-certs-remove.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/firefox-certs-remove.sh b/scripts/firefox-certs-remove.sh
index 5458919..d532683 100755
--- a/scripts/firefox-certs-remove.sh
+++ b/scripts/firefox-certs-remove.sh
@@ -1,4 +1,4 @@
-#!/bin/sh -x
+#!/bin/sh
user=$1
@@ -17,8 +17,10 @@ cd $FIREFOX_DIR/$PROFILE
certutil -D -n "admin" -d .
certutil -D -n "caadmin" -d .
certutil -D -n "kraadmin" -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" -d .
+certutil -D -n "caSigningCert cert-$CA_INSTANCE_NAME CA" -d .
certutil -D -n "$HOSTNAME" -d .
certutil -D -n "$HOSTNAME #2" -d .
certutil -D -n "$HOSTNAME #3" -d .