Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save codingtony/8436dfd6dcea7c0c285bcd1ebaad1ff6 to your computer and use it in GitHub Desktop.
Save codingtony/8436dfd6dcea7c0c285bcd1ebaad1ff6 to your computer and use it in GitHub Desktop.
change alias in keystore using keytool
$ keytool -changealias -keystore MY_KEYSTORE_2.jks -alias XXX-XXX-XXX-XXX-XXX -destalias MY_ALIAS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment