Sunday, January 21, 2018

How to get Signing-certificate fingerprint (Android keystore)

The Certificate fingerprint, also called certificate thumbprint is a set of characters generated from the certificate. These characters uniquely identify a public key. This article will show you how to get fingerprint from Android Keystore.

1. Run Command Prompt with Administrator permission.

2. Go to Java JDK/bin location.


3. Get the fingerprint from keystore
Use following command:
keytool -exportcert -keystore "path-to-debug-or-production-keystore" -list -v

Enter your keystore's password -> Enter





Thanks!


3 comments: