SHA-1 fingerprint of keystore certificate

前端 未结 30 3028
长发绾君心
长发绾君心 2020-11-21 23:36

Is the method for getting a SHA-1 fingerprint the same as the method of getting the a fingerprint? Previously, I was running this command:

30条回答
  •  借酒劲吻你
    2020-11-22 00:15

    Step 1 : First locate your JDK's bin folder in your windows pc. See the image below.

    Mine is :

    C:\Program Files\Java\jdk1.8.0_131\bin
    

    Step 2 : Now search for Command Prompt by typing "cmd" in windows 10 search bar. Then open Command Prompt as Administrator mode. See the image below:

    Step 3 : Now copy this path and type it into Command Prompt

     C:\Program Files\Java\jdk1.8.0_131\bin
    

    In Command Prompt :

    cd C:\Program Files\Java\jdk1.8.0_131\bin
    

    After pressing Enter button you will go to the bin folder.

    Your setup is done. Now generate your SHA1 key for Release mode.

    Release SHA1 Key :

    keytool -list -v -keystore C:\Users\Turzo\Desktop\earninglearning.keystore -alias turzo -storepass 12345678 -keypass 12345678
    

提交回复
热议问题