commit getcrl.sh

This commit is contained in:
2022-01-28 20:20:21 +00:00
parent 0d724069f1
commit c9bd971063

View File

@@ -0,0 +1,8 @@
#!/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";