其他分享
首页 > 其他分享> > 12-STM32+W5500+AIR202基本控制篇-实现功能3和功能5服务器搭建-域名申请SSL证书

12-STM32+W5500+AIR202基本控制篇-实现功能3和功能5服务器搭建-域名申请SSL证书

作者:互联网

<p><iframe name="ifd" src="https://mnifdv.cn/resource/cnblogs/STM32W5500AIR202A/" frameborder="0" scrolling="auto" width="100%" height="1500"></iframe></p>

<iframe frameborder="0" height="1500" name="ifd" scrolling="auto" src="https://mnifdv.cn/resource/cnblogs/STM32W5500AIR202A/" width="100%"></iframe>

 

说明


访问网页有两种方式

一个是 http

另一个是 https

https实际上是 http + ssl

注:因为http就是TCP

所以实际上是 TCP + SSL


为域名申请SSL证书


1.登录阿里云:
https://www.aliyun.com/

 

 

 

 

 

 

2.点击管理

 

 

3.开启SSL证书

 

 

4.申请

 

 

 

 

5.选择免费版

 

 

 

 

6.支付成功以后

 

 

7.点击证书申请

 

 

 

8.填写相关信息

 

 

 

 

 

 

9.点击验证

 

 

10.提交审核

 

 

 

 

 

 

 

 

11.下载SSL证书

 

 

咱web服务器使用的是OpenResty ,实际上是 Nginx
所以下载 Nginx的证书

 

 

 

 

 

 

web服务器配置证书实现https访问放到下一节

 

标签:AIR202,12,http,证书,SSL,点击,https,服务器
来源: https://www.cnblogs.com/yangfengwu/p/13381332.html