Last active
July 14, 2017 11:24
-
-
Save diego-augusto/38a323a2e89969aefe7bc61fab70762a to your computer and use it in GitHub Desktop.
How to create a keystore and recover sha1 fingerprint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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