[摘要]最近在做微信小程序商城开发的时候,阅读官方api文档发现要求https, wx.request(OBJECT) wx.request发起的是 HTTPS 请求。于是开始了在Centos ...
最近在做微信小程序商城开发的时候,阅读官方api文档发现要求https,
wx.request(OBJECT)
wx.request发起的是 HTTPS 请求。
于是开始了在Centos 6.8下利用letsencrypt.sh脚本为nginx 配置免费https(Let's Encrypt SSL证书)的路程。
1、下载letsencrypt.sh
# wget https://raw.githubusercontent.com/xdtianyu/scripts/master/lets-encrypt/letsencrypt.conf
# wget https://raw.githubusercontent.com/xdtianyu/scripts/master/lets-encrypt/letsencrypt.sh