Https证书一直以来都是在阿里下载的免费版,每年更新一次。
其实我们可以使用certbot来自动完成。
https://certbot.eff.org
可以支持大部分系统
我使用ubuntu 1604 + apache2
$ sudo apt-get update
$ sudo apt-get install software-properties-common
$ sudo add-apt-repository universe
$ sudo add-apt-repository ppa:certbot/certbot
$ sudo apt-get update
$ sudo apt-get install python-certbot-apache
$ sudo certbot --apache
$ sudo certbot --apache certonly
每个90日更新一次
$ sudo certbot renew --dry-run