Skip to content

Instantly share code, notes, and snippets.

@nabinkumarn
Last active June 11, 2019 07:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nabinkumarn/17844ae11cbb7008b0626b84a92e935f to your computer and use it in GitHub Desktop.
Save nabinkumarn/17844ae11cbb7008b0626b84a92e935f to your computer and use it in GitHub Desktop.
Keytool and sha1
Create new keystore for playstore
keytool -v -genkey -v -keystore app.keystore -alias aliasname -keyalg RSA -validity 10000
Debug SHA1 (root of project)
keytool -exportcert -keystore $HOME/.android/debug.keystore -list -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment