# Let's Encrypt 自动续签 cron 配置 # 每天凌晨 2 点执行续签检查 # 编辑 crontab: crontab -e # 添加以下行: 0 2 * * * cd /home/awei/workspace/common-server-public/certbot && ./renew-cert.sh >> /var/log/certbot-renew.log 2>&1