aboutsummaryrefslogtreecommitdiffstats
path: root/dmvpn-ca
diff options
context:
space:
mode:
Diffstat (limited to 'dmvpn-ca')
-rwxr-xr-xdmvpn-ca1
1 files changed, 1 insertions, 0 deletions
diff --git a/dmvpn-ca b/dmvpn-ca
index 23e5cb5..0b01bf1 100755
--- a/dmvpn-ca
+++ b/dmvpn-ca
@@ -404,6 +404,7 @@ function revoke(filter)
table.insert(revoked, cert)
end
end
+ if #revoked > 0 then delete('crl') end
return revoked
end