+
 新版

ssl证书合并

陈学童 发布于 2017/02/21 09:32
阅读 1K+
收藏 0

从sslforfree网站获取到的三个文件:ca_bundle.crt,certificate.crt,private.key,怎么将这三个文件合成pfx格式的证书?

加载中
0
按图索骥
按图索骥
step by step .我有文档
0
陈学童
陈学童

openssl pkcs12 -export -out D:\Downloads\sslforfree\certificate.pfx -inkey D:\Downloads\sslforfree\private.key -in D:\Downloads\sslforfree\certificate.crt -certfile D:\Downloads\sslforfree\ca_bundle.crt

OSCHINA
登录后可查看更多优质内容
返回顶部
顶部