127 127 如何在Windows上查看PFX文件的内容? 我的机器上有一个PFX证书文件,我想在导入之前查看它的详细信息。(导入工具实际上并没有告诉你证书是什么!)。如何查看PFX证书文件的详细信息? windows security certificate client-certificate 来源 PeterX http://superuser.stackexchange.com/users/178617
177 177 177 2013-04-10 04:59:30 +0000 查看PFX文件详情的一些选项。 打开命令提示符并键入: certutil -dump <path to cert> 安装OpenSSL并使用命令来查看细节,例如。openssl pkcs12 -info -in <path to cert> 来源 PeterX http://superuser.stackexchange.com/users/178617
6 6 6 2017-11-28 16:21:49 +0000 你可以将信息导入 openssl x509 工具,然后将其导出为这样的文件。openssl.exe pkcs12 -info -in c:\temp\cert.pfx | openssl.exe x509 -noout -text > c:\temp\cert.pfx.details.txt 当然,你也会被提示输入证书密码。 来源 pHarris http://superuser.stackexchange.com/users/178617
0 0 0 2019-04-28 10:07:11 +0000 另一种可能:使用 SigCheck 实用程序 ,正如 Microsoft’s Clickonce docs 中提到的那样(docs 提到要检查 .manifest 文件,但它对 .pfx 文件也有效)。输出看起来像。 来源 Veverke http://superuser.stackexchange.com/users/178617
相关问题 3 为什么Windows认为我的无线键盘是烤面包机? 2042 19 Windows中的A:和B:驱动器是用来做什么的? 973 10 找出Windows中哪个进程锁定了文件或文件夹 768 28 Windows 7上是否有一个内置的校验工具? 707 3 崇高的文本2 - 编码UTF-8 43