8 Answers
Best Answer
楼上的标点符号错了。
/usr/local/python/bin/certbot renew --force-renew --renew-hook "/etc/init.d/nginx reload"
我的是这个
*/20 * * * * /usr/sbin/ntpdate pool.ntp.org > /dev/null 2>&1
0 0 1 * * /usr/local/bin/certbot-auto renew;/etc/init.d/nginx reload
我也怕自动续签失败,刚施行了这个命令crontab -l
vps只有一个网站,我看楼下提示有网站/data/wwwroot/xxxxxxx.com -d xxxxxxx.com -d w ww.xxxxxxx.com;/etc/init.d/nginx reload
为啥我没有,就这么两行!
*/20 * * * * /usr/sbin/ntpdate pool.ntp.org > /dev/null 2>&1
0 0 1 * * /usr/local/bin/certbot-auto renew;/etc/init.d/nginx reload
*/20 * * * * /usr/sbin/ntpdate pool.ntp.org > /dev/null 2>&1
0 0 1 * * /usr/local/bin/certbot-auto renew;/etc/init.d/nginx reload
我也怕自动续签失败,刚施行了这个命令crontab -l
vps只有一个网站,我看楼下提示有网站/data/wwwroot/xxxxxxx.com -d xxxxxxx.com -d w ww.xxxxxxx.com;/etc/init.d/nginx reload
为啥我没有,就这么两行!
*/20 * * * * /usr/sbin/ntpdate pool.ntp.org > /dev/null 2>&1
0 0 1 * * /usr/local/bin/certbot-auto renew;/etc/init.d/nginx reload
*/20 * * * * /usr/sbin/ntpdate pool.ntp.org > /dev/null 2>&1
0 10 * * 1 /usr/local/bin/certbot-auto certonly -a webroot --agree-tos --renew-by-default --webroot-path=/data/wwwroot/xxxxxxx.com -d xxxxxxx.com -d w ww.xxxxxxx.com;/etc/init.d/nginx reload
(www之间没有空格)
0 10 * * 1 /usr/local/bin/certbot-auto certonly -a webroot --agree-tos --renew-by-default --webroot-path=/data/wwwroot/xxxxxxx.com -d xxxxxxx.com -d w ww.xxxxxxx.com;/etc/init.d/nginx reload
(www之间没有空格)
Please login or Register to submit your answer