Anthony
unread,Jun 18, 2010, 3:18:37 PM6/18/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to android-...@googlegroups.com
I would like to generate a keystore (like ~/.android/debug.keystore for the emulator) with the certificates that I am using with a full AOSP build (build/target/product/security/ files). I don't see a straight forward way to do this. From reading online, it sounds like I have to convert the pk8 file to a pem file, then bundle it into a p12 file with the x509 file, and then make a keystore from it and merge that into an existing keystore, which isn't even possible with Java 5. Is there some more straight forward way?
Thanks