| Current Path : /etc/cron.d/ |
| Current File : //etc/cron.d/certbot |
SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin 0 */12 * * * root test -x /usr/bin/certbot -a \! -d /run/systemd/system && perl -e 'sleep int(rand(43200))' && certbot -q renew # Copy wildcard cert from mag-web 0 */12 * * * root scp root@web01.mediacontrol.no:/etc/letsencrypt/live/mediacontrol.no/* /etc/letsencrypt_copied/mediacontrol.no/ 0 */12 * * * root scp root@web01.mediacontrol.no:/etc/letsencrypt/live/test.mediacontrol.no/* /etc/letsencrypt_copied/test.mediacontrol.no/