Skip to content

Instantly share code, notes, and snippets.

@yanaga
Created January 11, 2012 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yanaga/1595743 to your computer and use it in GitHub Desktop.
Save yanaga/1595743 to your computer and use it in GitHub Desktop.
Applet signing with self-signed certificate
keytool -genkey -keystore keystore -alias me
keytool -selfcert -keystore keystore -alias me
jarsigner -keystore keystore jarfile.jar me
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment