配置免费的https证书

add-apt-repository ppa:certbot/certbot
apt-get update
apt-get install python-certbot-nginx
certbot --nginx -d xxx.mmcuav.com --email xxx@xxx

自动续期
sudo certbot renew --dry-run

你可能感兴趣的:(Https证书,https证书)