startssl申请免费证书

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了startssl申请免费证书相关的知识,希望对你有一定的参考价值。

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申请免费证书的主要内容,如果未能解决你的问题,请参考以下文章

startssl 免费https服务

CA证书申请+IIS配置HTTPS+默认访问https路径

免费SSL证书申请

申请Let's Encrypt免费SSL证书

获取https证书

sh 读取由StartSSL颁发的SSL证书并将中间证书捆绑到其中,以便它可以在任何地方使用