安装certbot,centos7+nginx https://certbot.eff.org/instructions?ws=nginx&os=centosrhel7
certbot --nginx #来配置nginx
crontab -e # 创建定时任务
0 3 */7 * * certbot renew --renew-hook "nginx -s reload" # 写入到crontab -e命令中
如果要删除自动续期任务,直接crontab -e,然后删除某一行就完了