SSL证书申请
SSL证书申请使用的是免费的 Let’s Encrypt 的 SSL 证书sudo apt-get install -y software-properties-common
sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update
sudo apt-get install -y python-certbot-nginx
sudo certbot --nginx在执行 sudo apt-get install -y python-certbot-ng...