Skip to content

Instantly share code, notes, and snippets.

@diego-augusto
Last active July 14, 2017 11:24
Show Gist options
  • Save diego-augusto/38a323a2e89969aefe7bc61fab70762a to your computer and use it in GitHub Desktop.
Save diego-augusto/38a323a2e89969aefe7bc61fab70762a to your computer and use it in GitHub Desktop.
How to create a keystore and recover sha1 fingerprint
keytool -genkey -v -keystore release.keystore -alias example -keyalg RSA -keysize 2048 -validity 10000
keytool -list -v -keystore mykeystore.keystore -alias example -storepass example -keypass example
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment