- 旧版jdk
keytool在jre内,将jre加入环境变量可使用
keytool -list -v -keystore 证书.keystore
- 新版jdk
使用openssl,非windows直接使用包管理工具安装,windows可以在git终端内直接使用
keytool -exportcert -keystore 证书.keystore | openssl dgst -md5
keytool在jre内,将jre加入环境变量可使用
keytool -list -v -keystore 证书.keystore
使用openssl,非windows直接使用包管理工具安装,windows可以在git终端内直接使用
keytool -exportcert -keystore 证书.keystore | openssl dgst -md5
本文标题:获取安卓证书 证书指纹(md5)
本文链接:https://www.haomeiwen.com/subject/abzfjdtx.html
网友评论