查看android 签名文件keystore的有效期限
时间:2020-03-18 14:32:39
收藏:0
阅读:296
1.将loex.keystore文件复制到jdk的bin目录下, 如(C:\Alan\software\Java\jdk1.8.0_181\bin)
2.查看keystore的信息
keytool -list -keystore loex.keystore -alias loex.keystore -v
3.查看keystore的公钥证书信息
keytool -list -keystore loex.keystore -alias loex.keystore -rfc
原文:https://www.cnblogs.com/alantao/p/12517186.html
评论(0)