commit getcrl.sh
This commit is contained in:
8
automation/certificates/internal/getcrl.sh
Normal file
8
automation/certificates/internal/getcrl.sh
Normal 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";
|
||||
Reference in New Issue
Block a user