如何查看.pem证书的内容 [英] how to view the contents of a .pem certificate

查看:3008
本文介绍了如何查看.pem证书的内容的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用Java keytool.我已经从密钥库中导出了自签名.pem证书.是否有命令直接从.pem文件(而不是密钥库中的证书)查看证书详细信息?

I am using Java keytool. I have exported a self-signed .pem certificate from my keystore. Is there a command to view the certificate details directly from the .pem file (not of the certificate in the keystore)?

推荐答案

使用

Use the -printcert command like this:

keytool -printcert -file certificate.pem

这篇关于如何查看.pem证书的内容的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆