alphaTECH I've got the cron job set up and journalctl does not show me any errors when it runs at 2 AM every day. The certificates logged in Flow are not updating though unless I manually refresh them. Any ideas what might be wrong here?
wrongecho Cron output is discarded by default. Adjust your Cron job to output to logger to get logs: 0 02 * * * root php /var/www/pr-review-base.itflow.org/cron_certificate_refresher.php xxxxxxxxxxx 2>&1 | logger -t itflow-cron-certs
alphaTECH Turns out I put a 0 instead of an O in the cron key when I was manually typing it out for the cert refresher job, oops!