Skip to content

Instantly share code, notes, and snippets.

@tuliofaria
Created March 5, 2014 19:12
Show Gist options
  • Save tuliofaria/9374340 to your computer and use it in GitHub Desktop.
Save tuliofaria/9374340 to your computer and use it in GitHub Desktop.
Assinando um JAR.
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