首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > 移动开发 >

在facebook顶用到的读取证书hash 值

2012-09-27 
在facebook中用到的读取证书hash 值keytool -exportcert -alias 作者 -keystore 文件位置 | openssl sha1

在facebook中用到的读取证书hash 值

keytool -exportcert -alias 作者 -keystore 文件位置 | openssl sha1 -binary | openssl base64


keytool在jdk下有,这边主要是提供下在windows下的openssl这工具。

热点排行