怎么把.p12转换成.crt文件? [英] How to convert .p12 to .crt file?

查看:1512
本文介绍了怎么把.p12转换成.crt文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人可以告诉我从.p12文件中提取/转换证书.crt文件的正确方法/命令吗?经过搜索.我找到了如何将.pem转换为.crt的方法.但找不到.p12到.crt.

Can anyone tell me the correct way/command to extract/convert the certificate .crt file from a .p12 file? After I searched. I found the way how to convert .pem to .crt. but not found .p12 to .crt.

推荐答案

尝试使用给定的命令

openssl pkcs12 -in filename.p12 -clcerts -nokeys -out filename.crt

这篇关于怎么把.p12转换成.crt文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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