Skip to content

Instantly share code, notes, and snippets.

@zygm0nt
Created May 2, 2011 11:13
Show Gist options
  • Save zygm0nt/951459 to your computer and use it in GitHub Desktop.
Save zygm0nt/951459 to your computer and use it in GitHub Desktop.
creating java keystore
java InstallCert abc.host.pl keystore_pass
keytool -genkey -alias alias -keyalg RSA -keysize 1024 -dname "CN=Marcin Cylke, OU=Java Security, O=ABC, c=PL" -keypass secret_pass -storepass secret_pass -KeyStore /tmp/new
keytool -list -v -KeyStore keystore.jks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment