Skip to content

Instantly share code, notes, and snippets.

@diegorribeiro
Created December 6, 2018 11:21
Show Gist options
  • Select an option

  • Save diegorribeiro/534ff1fd306f1ff0ef447c4c2375f47a to your computer and use it in GitHub Desktop.

Select an option

Save diegorribeiro/534ff1fd306f1ff0ef447c4c2375f47a to your computer and use it in GitHub Desktop.
Simple Jarsigner for certified stores
jarsigner -keystore <keystore_file> -storepass <storepassword> <filenameTosigned> <alias>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment