Skip to content

Instantly share code, notes, and snippets.

@dmpatel151282
Created August 20, 2016 12:31
Show Gist options
  • Save dmpatel151282/c16046f556c6be2f85995f2c1a964c4e to your computer and use it in GitHub Desktop.
Save dmpatel151282/c16046f556c6be2f85995f2c1a964c4e to your computer and use it in GitHub Desktop.
java -jar signapk.jar -w platform.x509.pem platform.pk8 myupdate.zip myupdate-signed.zip
Note:-
1. -w flag to sign the whole zip file.
2. The sequence of the two key files: pem file goes first, then the pk8 file.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment