Skip to content

Instantly share code, notes, and snippets.

@colkito
Created June 4, 2015 14:57
Show Gist options
  • Save colkito/7a11d267657d72e07295 to your computer and use it in GitHub Desktop.
Save colkito/7a11d267657d72e07295 to your computer and use it in GitHub Desktop.
Generate android signin key
keytool -genkey -v -keystore [keystore_name].keystore -alias [alias_name] -keyalg RSA -keysize 2048 -validity 10000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment