P.S.:
This how I created the keystore data file:

  openssl genrsa -des3 -out priv.key 2048
  openssl req -new -x509 -key privkey.pem -out ca.crt -days 1001
  copy ca.crt+priv.key host.pem
  keytool.exe -import -v -trustcacerts -storetype BKS -provider
org.bouncycastle.jce.provider.BouncyCastleProvider -providerpath
bcprov-jdk16-145.jar -storepass MyPassw0rd -file host.pem -keystore
keystoredata_bks.bks -alias 0

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to