|
|
@ -3,6 +3,10 @@ |
|
|
|
URL=$(/sbin/e-smith/db configuration getprop openvpn-routed CrlUrl) |
|
|
|
URL=$(/sbin/e-smith/db configuration getprop openvpn-routed CrlUrl) |
|
|
|
DOMAIN=$(/sbin/e-smith/db configuration get DomainName) |
|
|
|
DOMAIN=$(/sbin/e-smith/db configuration get DomainName) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if [ -z $URL ]; then |
|
|
|
|
|
|
|
exit 0 |
|
|
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
/usr/bin/wget $URL -O /tmp/cacrl.pem > /dev/null 2>&1 |
|
|
|
/usr/bin/wget $URL -O /tmp/cacrl.pem > /dev/null 2>&1 |
|
|
|
|
|
|
|
|
|
|
|
/usr/bin/openssl crl -inform PEM -in /tmp/cacrl.pem -text > /dev/null 2>&1 |
|
|
|
/usr/bin/openssl crl -inform PEM -in /tmp/cacrl.pem -text > /dev/null 2>&1 |
|
|
|