安装 Certbot
Certbot 其实就是维护 Let’s Encrypt 的 Package。
sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update
# nginx 服务器
sudo apt-get install python-certbot-nginx
# apache 服务器
sudo apt-get install python-certbot-apache
Certbot 其实就是维护 Let’s Encrypt 的 Package。
sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update
# nginx 服务器
sudo apt-get install python-certbot-nginx
# apache 服务器
sudo apt-get install python-certbot-apache