第一步:下载nginx的ssl证书 阿里云获取免费的https证书ssl
下载好解压后,有一个 .pem 和一个 .key
第二步:配置你的nginx.conf
上传你刚刚下载的两个文件,记住他们的位置
.pem 必须在上面
检查配置文件
/usr/local/nginx/sbin/nginx -t
这里可能遇到这样一个错 nginx: [emerg] the “ssl” parameter requires ngx_http_ssl_module in /usr/local/nginx/conf/nginx.conf:
解决办法 : https://blog.csdn.net/Tomwildboar/article/details/92111244
第三步:重启你的nginx服务
如果要配置后端的https,看这里 https://blog.csdn.net/Tomwildboar/article/details/92113558
有问题可以在下方留言,我会尽快回复的。