curl

October 16th, 2009 by usage | Filed under Linux/Unix, Mac OS, Operating Systems
/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

tag_iconTags: | |

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.

To leave a comment, please fill in the fields below.