Files
showcase/automation/certificates/internal/getcrl.sh

8 lines
179 B
Bash
Raw Normal View History

2022-01-28 20:20:21 +00:00
#!/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";