获取安卓证书-证书指纹(md5)

132 阅读1分钟
  • 旧版jdk

keytool在jre内,将jre加入环境变量可使用

keytool -list -v -keystore 证书.keystore
  • 新版jdk

使用openssl,非windows直接使用包管理工具安装,windows可以在git终端内直接使用

keytool -exportcert -keystore 证书.keystore | openssl dgst -md5