diff options
author | Brian Carlstrom <bdc@google.com> | 2010-03-31 10:37:16 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-03-31 10:37:16 -0700 |
commit | e39587814ae166120d995cc52c8a983474e8b451 (patch) | |
tree | b139d764372d686c1f6809ee35d67f6837bb5c74 /security | |
parent | da23a5c5d521230f9f408a84170745ec324efe46 (diff) | |
parent | a67a86a7018e21989c60e2b4dc2250d2b8d3281a (diff) | |
download | libcore-e39587814ae166120d995cc52c8a983474e8b451.zip libcore-e39587814ae166120d995cc52c8a983474e8b451.tar.gz libcore-e39587814ae166120d995cc52c8a983474e8b451.tar.bz2 |
Merge "Have certimport.sh list certificates in BKS keystore after importing for verification/debugging"
Diffstat (limited to 'security')
-rwxr-xr-x | security/src/main/files/certimport.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/security/src/main/files/certimport.sh b/security/src/main/files/certimport.sh index ca36a70..f7bd8c8 100755 --- a/security/src/main/files/certimport.sh +++ b/security/src/main/files/certimport.sh @@ -67,3 +67,12 @@ for cert in `ls -1 cacerts` -storepass $STOREPASS let "COUNTER=$COUNTER + 1" done + +keytool \ + -list \ + -v \ + -keystore $CERTSTORE \ + -storetype BKS \ + -provider $PROVIDER_CLASS \ + -providerpath $PROVIDER_PATH \ + -storepass $STOREPASS |