码迷,mamicode.com
首页 > 其他好文 > 详细

startssl申请免费证书

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

标签:ie浏览器   证书   邮箱登录   

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申请免费证书

标签:ie浏览器   证书   邮箱登录   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!