Skip to content

Instantly share code, notes, and snippets.

@indrekots
Created October 8, 2013 11:13
Show Gist options
  • Save indrekots/6883135 to your computer and use it in GitHub Desktop.
Save indrekots/6883135 to your computer and use it in GitHub Desktop.
Create a new keystore with Java keytool
$JAVA_HOME/bin/keytool -genkey -alias mydomain -keyalg RSA -keystore /path/to/keystore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment