转: 如何从keystore file中查看数字证书信息
生活随笔
收集整理的這篇文章主要介紹了
转: 如何从keystore file中查看数字证书信息
小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.
?
轉(zhuǎn): http://www.shuziqianming.com/201302/certificate-information-in-a-keystore-file/
如何從keystore file中查看數(shù)字證書信息
要查看證書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
轉(zhuǎn)載請注明:數(shù)字簽名網(wǎng)???如何從keystore file中查看數(shù)字證書信息
轉(zhuǎn)載于:https://www.cnblogs.com/jhj117/p/4905248.html
總結(jié)
以上是生活随笔為你收集整理的转: 如何从keystore file中查看数字证书信息的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: maven package 知识(转载)
- 下一篇: 【openCV学习笔记】在Mac上配置o