From 43a8a706e2ac6cf427217edb56e1bdd0bc960005 Mon Sep 17 00:00:00 2001 From: Kaladin Light <0.kaladin@gmail.com> Date: Thu, 8 Dec 2016 09:59:19 -0500 Subject: [PATCH] Fix revoke, Fixes Issue #164 --- scripts/removeOVPN.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/removeOVPN.sh b/scripts/removeOVPN.sh index ad61aeb..382c61a 100644 --- a/scripts/removeOVPN.sh +++ b/scripts/removeOVPN.sh @@ -67,6 +67,7 @@ if [ "${REVOKE_STATUS}" == 0 ]; then fi ./easyrsa --batch revoke "${NAME}" +./easyrsa gen-crl printf "\n::: Certificate revoked, and CRL file updated.\n" printf "::: Removing certs and client configuration for this profile.\n" rm -rf "pki/reqs/${NAME}.req"