summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2010-03-31 10:37:16 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-03-31 10:37:16 -0700
commite39587814ae166120d995cc52c8a983474e8b451 (patch)
treeb139d764372d686c1f6809ee35d67f6837bb5c74 /security
parentda23a5c5d521230f9f408a84170745ec324efe46 (diff)
parenta67a86a7018e21989c60e2b4dc2250d2b8d3281a (diff)
downloadlibcore-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-xsecurity/src/main/files/certimport.sh9
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