Skip to content

Instantly share code, notes, and snippets.

@javaeeeee
Created February 10, 2015 04:03
Show Gist options
  • Select an option

  • Save javaeeeee/f0cbfc4b9dfafd6b3d73 to your computer and use it in GitHub Desktop.

Select an option

Save javaeeeee/f0cbfc4b9dfafd6b3d73 to your computer and use it in GitHub Desktop.
Create keystore using Java 8 keytool
keytool -genkeypair
-keyalg RSA
-dname "CN=localhost"
-keystore dwstart.keystore
-keypass crimson
-storepass crimson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment