Created
March 5, 2014 19:12
-
-
Save tuliofaria/9374340 to your computer and use it in GitHub Desktop.
Assinando um JAR.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gerar keystore: | |
keytool -genkey -alias ivprog -keystore ivprog | |
Assinar: | |
jarsigner -keystore ivprog -storepass 123456 iVProg2.jar ivprog |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment