https之从pfx文件得到crt以及key文件

从pfx文件得到crt以及key文件
IIS一般使用pfx文件,而apache却使用的是crt+key文件,有时候客户只给pfx文件,这个时候,就要直接进行转换了
以下操作如pfx文件没有设置密码,请直接敲回画
从pfx文件得到key文件:

openssl pkcs12 -in itlife365.pfx -nocerts -nodes -out itlife365.key

从pfx文件得到crt文件
openssl pkcs12 -in itlife365.pfx -clcerts -nokeys -out itlife365.crt

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

«    2024年11月    »
123
45678910
11121314151617
18192021222324
252627282930
搜索
标签列表
网站分类
最新留言
    文章归档
    友情链接

    Powered By Z-BlogPHP 1.7.3

    Copyright Your WebSite.Some Rights Reserved.闽ICP备11018667号-2