安装软件源:
$ sudo add-apt-repository ppa:certbot/certbot
$ sudo apt-get update
$ sudo apt-get install python-certbot-apache
执行以下命令,一键部署SSL证书
certbot --apache
参考自 https://www.orgleaf.com/2224.html
安装软件源:
$ sudo add-apt-repository ppa:certbot/certbot
$ sudo apt-get update
$ sudo apt-get install python-certbot-apache
执行以下命令,一键部署SSL证书
certbot --apache
参考自 https://www.orgleaf.com/2224.html