Skip to content

Instantly share code, notes, and snippets.

@petrkle
Created February 6, 2013 13:51
Show Gist options
  • Save petrkle/4722612 to your computer and use it in GitHub Desktop.
Save petrkle/4722612 to your computer and use it in GitHub Desktop.
java keytool operations: create, rename, change passwords and delete key
keytool -genkey -alias release -validity 25000 -keyalg RSA
keytool -changealias -alias "release" -destalias "tabulka.kle.cz"
keytool -storepasswd
keytool -keypasswd -alias tabulka.kle.cz
keytool -delete -alias release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment