Openssl is not recognized as an internal or external command

后端 未结 15 1784
轻奢々
轻奢々 2020-11-28 00:59

I wish to generate an application signature for my app which will later be integrated with Facebook. In one of Facebook\'s tutorials, I found this command:

k         


        
15条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-28 01:39

    I used this code:

    This is worked for me successfully.

    "C:\Program Files\Java\jdk1.6.0_26\bin\keytool.exe" -exportcert -alias sociallisting -
    keystore "D:\keystore\SocialListing" | "C:\cygwin\bin\openssl.exe" sha1 -binary | 
    "C:\cygwin\bin\openssl.exe" base64
    

提交回复
热议问题