转: 如何从keystore file中查看数字证书信息
转: 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中查看数字证书信息