Skip to content

Instantly share code, notes, and snippets.

@HashRaygoza
Last active September 14, 2017 02:26
Show Gist options
  • Save HashRaygoza/5a0bd5e9cba2666e645cdb3e10051824 to your computer and use it in GitHub Desktop.
Save HashRaygoza/5a0bd5e9cba2666e645cdb3e10051824 to your computer and use it in GitHub Desktop.
Creacion de certificado de prueba para Java WebStart
keytool -genkey -keystore myKeystore -alias myself
keytool -selfcert -alias myself -keystore myKeystore
jarsigner -keystore myKeystore Test-1.0.jar myself
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment