I am making an Android app and am using the Facebook SDK. I generated the Android Key Hash by executing:
keytool -exportcert -alias androiddebugkey -keystore %HOMEPATH%\.android\debug.keystore | openssl sha1 -binary | openssl base64
How can I retrieve the Certificate fingerprint <SHA1>?