From d6c5de401de82c53d6b83cbd7c0329efdf8cc82e Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Wed, 21 Aug 2024 02:50:07 +0100 Subject: [PATCH] gen-crl: Whitespace 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 8ebda003..6090dc75 100755 --- a/easyrsa3/easyrsa +++ b/easyrsa3/easyrsa @@ -3522,7 +3522,7 @@ gen_crl() { # Copy to DER - As published by OpenSSL if "$EASYRSA_OPENSSL" crl -in "$out_file" -out "$out_der" \ - -outform DER + -outform DER then crl_der_note="An updated CRL DER copy has been created: * $out_der"