- 旧版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