码迷,mamicode.com
首页 > 其他好文 > 详细

转: 如何从keystore file中查看数字证书信息

时间:2015-10-23 18:19:18      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:

 

转: http://www.shuziqianming.com/201302/certificate-information-in-a-keystore-file/

如何从keystore file中查看数字证书信息

要查看证书keystore中的信息,请运行以下命令:

keytool -list -v -keystore [enter keystore name] -storepass [enter keystore password]

要输出一个keystore的证书信息到一个文本文件,请运行以下命令:

keytool -list -v -keystore [enter keystore name] -storepass [enter keystore password] > keystoreOutput.txt

转载请注明:数字签名网 » 如何从keystore file中查看数字证书信息

转: 如何从keystore file中查看数字证书信息

标签:

原文地址:http://www.cnblogs.com/jhj117/p/4905248.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!