Find release SHA-1 & SHA-256
Okay, now we need to get the SHA-1 and SHA-256 release keys.
After you set your JDK path in CMD, we need to write commands into CMD.
keytool -list -v -keystore "YOUR_KEYSTORE_PATH\test.jks" -alias REPLACE_YOUR_ALIAS_HERE -storepass REPLACE_YOUR_STORE_PASS_HERE -keypass REPLACE_YOUR_KEY_PASS_HERE
Press Enter and wait until the process ends.

Congratulations! You have successfully released SHA-1 and SHA-256.
Last updated