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"