From 753ea21e5f4468e39e89c9001d575f97bd569430 Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Mon, 21 Mar 2022 23:39:50 +0000 Subject: [PATCH] OpenSSL Configuration: Add required white space separator Closes: #431 Signed-off-by: Richard T Bonhomme --- easyrsa3/openssl-easyrsa.cnf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easyrsa3/openssl-easyrsa.cnf b/easyrsa3/openssl-easyrsa.cnf index 5c4fc79..5798bd9 100644 --- a/easyrsa3/openssl-easyrsa.cnf +++ b/easyrsa3/openssl-easyrsa.cnf @@ -26,7 +26,7 @@ x509_extensions = basic_exts # The extensions to add to the cert crl_extensions = crl_ext default_days = $ENV::EASYRSA_CERT_EXPIRE # how long to certify for -default_crl_days= $ENV::EASYRSA_CRL_DAYS # how long before next CRL +default_crl_days = $ENV::EASYRSA_CRL_DAYS # how long before next CRL default_md = $ENV::EASYRSA_DIGEST # use public key default MD preserve = no # keep passed DN ordering