将CERT / PEM证书转换为PFX证书 [英] Convert a CERT/PEM certificate to a PFX certificate

查看:267
本文介绍了将CERT / PEM证书转换为PFX证书的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经看过一些有关如何将PFX转换为cert文件的问题,但我需要改用其他方式。

I've seen a couple questions about how to convert a PFX to a cert file, but I need to go the other way.

我有两个文件:


bob_cert.cert

bob_cert.cert

bob_key.pem

bob_key.pem

我想将它们转换为单个.pfx文件。有没有这样的工具?

I'd like to convert them to a single .pfx file. Is there a tool that does this?

推荐答案

openssl pkcs12 -inkey bob_key.pem -in bob_cert.cert -export -out bob_pfx.pfx

这篇关于将CERT / PEM证书转换为PFX证书的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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