证书 续期脚本 怎么 一两个周的 都没执行了。。
crontab -l 有执行任务
00 3 * * * /sbin/ntpdate time.windows.com > /dev/null 2>&1
0 10 * * 1 /usr/local/bin/certbot-auto certonly -a webroot --agree-tos --renew-by-default --webroot-path=/data/wwwroot/www.xx.cm -d http://www.xx.cm -d xx.cm;/etc/init.d/nginx reload
0 10 * * 1 /usr/local/bin/certbot-auto certonly -a webroot --agree-tos --renew-by-default --webroot-path=/data/wwwroot/www.xx.cn -d http://www.xx.cn -d xx.cn;/etc/init.d/nginx reload
crontab -l 有执行任务
00 3 * * * /sbin/ntpdate time.windows.com > /dev/null 2>&1
0 10 * * 1 /usr/local/bin/certbot-auto certonly -a webroot --agree-tos --renew-by-default --webroot-path=/data/wwwroot/www.xx.cm -d http://www.xx.cm -d xx.cm;/etc/init.d/nginx reload
0 10 * * 1 /usr/local/bin/certbot-auto certonly -a webroot --agree-tos --renew-by-default --webroot-path=/data/wwwroot/www.xx.cn -d http://www.xx.cn -d xx.cn;/etc/init.d/nginx reload
3 Answers
就是直接运行
/usr/local/bin/certbot-auto certonly -a webroot –agree-tos –renew-by-default –webroot-path=/data/wwwroot/www.xx.cm -d http://www.xx.cm -d xx.cm;/etc/init.d/nginx reload
/usr/local/bin/certbot-auto certonly -a webroot –agree-tos –renew-by-default –webroot-path=/data/wwwroot/www.xx.cm -d http://www.xx.cm -d xx.cm;/etc/init.d/nginx reload
Please login or Register to submit your answer