#!/bin/sh echo "Starting getting CRL"; # get the current CRL curl -o ca.crl http://pki.secmayl.com/download/SECMAYL_INTERMEDIATE_X1.crl 2>/dev/null echo "Finished getting CRL";