From 0cf547feab0412a9de6148873ecce6e48458b7ca Mon Sep 17 00:00:00 2001 From: Richard T Bonhomme Date: Wed, 20 Apr 2022 14:37:32 +0100 Subject: [PATCH] Add placeholder for CA $X509_TYPES and $EXTRA_EXTS Placeholder: %CA_X509_TYPES_EXTRA_EXTS% Signed-off-by: Richard T Bonhomme --- easyrsa3/openssl-easyrsa.cnf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/easyrsa3/openssl-easyrsa.cnf b/easyrsa3/openssl-easyrsa.cnf index bee05b1..7c45bcf 100644 --- a/easyrsa3/openssl-easyrsa.cnf +++ b/easyrsa3/openssl-easyrsa.cnf @@ -128,8 +128,8 @@ keyUsage = cRLSign, keyCertSign # nsCertType omitted by default. Let's try to let the deprecated stuff die. # nsCertType = sslCA -# A placeholder to handle the $X509_TYPES: -#%X509_TYPES% # Do NOT remove or change this line as $X509_TYPES demands it +# A placeholder to handle the $X509_TYPES and CA extra extensions $EXTRA_EXTS: +#%CA_X509_TYPES_EXTRA_EXTS% # Do NOT remove or change this line as $X509_TYPES and EXTRA_EXTS demands it # CRL extensions. [ crl_ext ]