aboutsummaryrefslogtreecommitdiffstats
path: root/dmvpn-ca
diff options
context:
space:
mode:
Diffstat (limited to 'dmvpn-ca')
-rwxr-xr-xdmvpn-ca2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmvpn-ca b/dmvpn-ca
index 27dd774..deba941 100755
--- a/dmvpn-ca
+++ b/dmvpn-ca
@@ -443,7 +443,7 @@ function revoke(filter)
table.insert(revoked, cert)
end
end
- if #revoked > 0 then delete('crl') end
+ if #revoked > 0 then update('crl', {expires=now}) end
return revoked
end