从 PFX 文件获取信息

发布于 2024-12-07 18:47:06 字数 47 浏览 0 评论 0原文

是否有实用程序可以从 PFX 文件获取信息,例如获取私钥? PFX 的结构如何?

Is there a utility to get information from PFX files like for example to get the private key? How is a PFX structured?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

半枫 2024-12-14 18:47:06

KeyPal 实用程序将为您提供部分帮助。

请参阅 Pkcs#12 选项。

KeyPal utility will help you partially.

Refer Pkcs#12 options.

感性 2024-12-14 18:47:06

使用以下命令。

keytool -list -pfx 文件的 keystore 路径(引号) -storepass pfx 文件的密码(引号)

它将一一显示它拥有多少个证书钥匙串以及所有详细信息

Use the below command.

keytool -list -keystore path of pfx file in quotes -storepass password of pfx file in quotes

It will display how many certificates keychain it has along with all details one by one

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文