centos配置Let's Encrypt并自动更新 假如就放在/home下 wget https://GitHub.com/certbot/certbot/archive/master.zip unzip master.zip cd certbot-master/ ./certbot-auto --help ./certbot-auto certonly --webroot --agree-tos -v -t --email xxxx@qq.com -w /data/xxxx -d xxxx.cn 如果报错,再执行一遍 &