crontab alle 15 Minuten ohne Zertifikat-Check ausführen

crontab -e

(ohne sudo)

*/15 * * * * wget -q --no-check-certificate -O /dev/null https://www.domain.tld/cron.php

Prüfen mit:

crontab -l