[code lang=”text”]
java -jar signapk.jar -w platform.x509.pem platform.pk8 myupdate.zip myupdate-signed.zip
[/code]
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.

[code lang=”text”] java -jar signapk.jar -w platform.x509.pem platform.pk8 myupdate.zip myupdate-signed.zip [/code] 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.
[code lang=”text”]
java -jar signapk.jar -w platform.x509.pem platform.pk8 myupdate.zip myupdate-signed.zip
[/code]
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.
Leave a Reply