标签:count 详细 cat his port account only cront 更新
CentOS 系统 Nginx 环境
cd /usr/local/src
wget https://dl.eff.org/certbot-auto
chmod a+x certbot-auto
./certbot-auto --nginx(自动)
出现以下内容表示成功:
IMPORTANT NOTES:
If you like Certbot, please consider supporting our work by:
Donating to ISRG / Let‘s Encrypt: https://letsencrypt.org/donate
Donating to EFF: https://eff.org/donate-le
./certbot-auto renew --dry-run(测试自动续订)
./certbot-auto renew(执行自动续订)
定时任务
为了做到自动化,我们要设置计划任务定时检查更新
编辑/etc/crontab增加一行规则
**12** root ./usr/local/src/certbot-auto renew
详细过程,手动过程及各个版本的安装方式可到以下官网自行查看
Certbot官网网址:https://certbot.eff.org/
标签:count 详细 cat his port account only cront 更新
原文地址:http://blog.51cto.com/12384628/2151060