From fd24de9f93049b05a54c48da5316f42882489230 Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Thu, 8 Sep 2022 08:11:53 +0000 Subject: [PATCH] openssl.cnf: split option value and comment and remove leading space CLA: trivial Signed-off-by: a1346054 <36859588+a1346054@users.noreply.github.com> Reviewed-by: Matt Caswell Reviewed-by: Paul Dale Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/19173) --- apps/openssl.cnf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/openssl.cnf b/apps/openssl.cnf index 03330e0120..1933f9ebe8 100644 --- a/apps/openssl.cnf +++ b/apps/openssl.cnf @@ -13,7 +13,7 @@ # defined. HOME = . - # Use this in order to automatically load providers. +# Use this in order to automatically load providers. openssl_conf = openssl_init # Comment out the next line to ignore configuration errors @@ -92,7 +92,7 @@ serial = $dir/serial # The current serial number crlnumber = $dir/crlnumber # the current crl number # must be commented out to leave a V1 CRL crl = $dir/crl.pem # The current CRL -private_key = $dir/private/cakey.pem# The private key +private_key = $dir/private/cakey.pem # The private key x509_extensions = usr_cert # The extensions to add to the cert