I can open up Key Tool but when I try to enter the command, I encounter my problem. I am supposed to enter:
keytool -exportcert -alias RELEASE_KEY_ALIAS -keystore RELEASE_KEY_PATH | openssl sha1 -binary | openssl base64
But I am not sure what RELEASE_KEY_ALIAS and RELEASE_KEY_PATH mean? What should I substitute for them? Looking for a detailed explanation of both, Thanks!
-Also I am on a Mac