When trying to know the Sha-1 fingerprint of the keystore of my studio android project, for production, it is showing me this error, the alias and the passwords are correct:
I'm doing it on the console from the location:
C:\Program Files\Java\jdk1.8.0_131\bin
and executing the command:
keytool -exportcert -list -v -keystore C:\keystore\certificado.jks
-alias aliasEjemplo -storepass Password-1 -keypass Password-2
I appreciate the help.