首页 > 其他 > 详细

startssl申请免费证书

时间:2016-12-05 15:02:23      阅读:188      评论:0      收藏:0      [点我收藏+]

1、使用ie浏览器

2、www.startssl.com使用邮箱登录

3、申请成功后使用ie导出包含私钥的api.pfx文件

4、导出私钥等

openssl pkcs12 -in api.pfx -nocerts -nodes -out api.key
penssl rsa -in api.key -out api_private.key
openssl rsa -in api.key -pubout -out api_public.key
openssl pkcs8 -in api_private.key -out api_private.p8 -outform der -nocrypt -topk8

5、tool导出api.pem文件

mv api.pem api.crt

这里的api_private.key 和api.crt就是我们需要的文件

startssl申请免费证书

原文:http://7907781.blog.51cto.com/7897781/1879493

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!