$ 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