Skip to content

Instantly share code, notes, and snippets.

@moxie0
Created November 28, 2011 03:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save moxie0/1398973 to your computer and use it in GitHub Desktop.
Save moxie0/1398973 to your computer and use it in GitHub Desktop.
$ wget http://bouncycastle.org/download/bcprov-jdk16-146.jar
$ keytool -importcert -file your_signing_certificate.pem -keystore yourapp.store -provider org.bouncycastle.jce.provider.BouncyCastleProvider -providerpath bcprov-jdk16-146.jar -storetype BKS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment