我正在使用 Windows 7 64 位,我正在尝试使用以下命令导出我的密钥的 base64 编码的 sha-hash:
keytool -exportcert -alias [alias] -keystore [keystore]
| openssl sha1 -binary
| openssl base64
不幸的是我得到了错误
command "openssl" not found
我还尝试使用此网站上显示的其他命令:http: //www.startux.de/index.php/java/44-dealing-with-java-keystores 但我总是收到错误,openssl 不能被发现。我错过了什么?
解决方案
我错过了openssl。我在这里下载了它:deanlee.cn/programming/openssl-for-windows