curl
/usr/bin/curl https://secure.mydomain.com/cronjob.php 2>/dev/null >/dev/null
if you forget to renew your certificate your cron job may stop working so you may want to use this syntax instead
/usr/bin/curl --insecure https://secure.mydomain.com/cronjob.php 2>/dev/null >/dev/null
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
Leave a comment.