From 84f6a3775c1242337b0be4cdb1705ea3fc7c481b Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Sat, 4 Feb 2023 14:47:31 +0000 Subject: [PATCH] init-pki soft: Add crl.pem to file delete list Signed-off-by: Richard T Bonhomme --- easyrsa3/easyrsa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyrsa3/easyrsa b/easyrsa3/easyrsa index 3655267..0965c7d 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -1065,7 +1065,7 @@ and initialize a fresh PKI here." ;; soft) # There is no unit test for a soft reset - for i in ca.crt \ + for i in ca.crt crl.pem \ issued private reqs inline revoked renewed \ serial serial.old index.txt index.txt.old \ index.txt.attr index.txt.attr.old \