I want to obtain my Signing certificate fingerprint (SHA1) to test Google Game Serviceses is working ANY HELP?

HEY! Google asks for that certificate to authorize my app. I have to link the app but ı can not obtain that certificate from keystore file. I already created new keystore and set all the things. Just need to obtain that code. Any help or suggestions ? Thanks!

Hey, @Vaell

You should open the Command Prompt (CMD), navigate to the folder where you have the keystore file.
And enter this command
“C:\Program Files\Java\jdk1.8.8_162\bin\keytool” -exportcert -alias releasekey -keystore release.keystore -list -v

Change the java folder and keynames if are not these. you will be asked to input the password for the keystore, after which the SHA1 will be printed.

GL

keytool error: java.lang.Exception: Only one command is allowed: both -exportcert and -list were specified.

I found something that helped me:
https://petersekera.eu/how-configure-the-keystore-and-generate-sha1-fingerprint-for-unity-android-project/,I found something that helped me here:
https://petersekera.eu/how-configure-the-keystore-and-generate-sha1-fingerprint-for-unity-android-project/