Files
2022-01-28 20:20:21 +00:00

8 lines
179 B
Bash

#!/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";