如何将.crt转换为.pem [英] How to convert .crt to .pem

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

问题描述

如何将.crt转换为.pem?

How can I convert .crt to .pem?

推荐答案

您可以使用OpenSSL库进行此转换

You can do this conversion with the OpenSSL library

http://www.openssl.org/

Windows二进制文件可以在这里找到:

Windows binaries can be found here:

http://www.slproweb.com/products/Win32OpenSSL.html

一旦安装了库,则需要发出的命令是:

Once you have the library installed, the command you need to issue is:

openssl x509 -in mycert.crt -out mycert.pem -outform PEM

这篇关于如何将.crt转换为.pem的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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