From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Thu, 8 Sep 2022 08:11:53 +0000 (+0000) Subject: openssl.cnf: split option value and comment and remove leading space X-Git-Tag: openssl-3.2.0-alpha1~2108 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd24de9f93049b05a54c48da5316f42882489230;p=thirdparty%2Fopenssl.git 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) --- diff --git a/apps/openssl.cnf b/apps/openssl.cnf index 03330e0120a..1933f9ebe82 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