]>
git.saurik.com Git - apple/security.git/blob - SecurityTests/clxutils/sslScripts/removeLocalCerts
3 # Remove localcert, clientcert, and dsacert keychains.
7 echo Removing
local keychains....
9 set SECURITY
=/usr
/bin
/security
10 set cmd
="$SECURITY delete-keychain $LOCAL_KC"
13 # ignore errors, keep going
14 set cmd
="$SECURITY delete-keychain $CLIENT_KC"
18 set cmd
="$SECURITY delete-keychain $DSA_KC"
22 set cmd
="$SECURITY delete-keychain $P12_KC"