openssl.cnf: split option value and comment and remove leading space
authora1346054 <36859588+a1346054@users.noreply.github.com>
Thu, 8 Sep 2022 08:11:53 +0000 (08:11 +0000)
committerTomas Mraz <tomas@openssl.org>
Fri, 9 Sep 2022 17:34:53 +0000 (19:34 +0200)
CLA: trivial

Signed-off-by: a1346054 <36859588+a1346054@users.noreply.github.com>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19173)

apps/openssl.cnf

index 03330e0120a291fc10e942f0d25f6f5af16f776f..1933f9ebe827063f7ebbe37440ac99d8142ad935 100644 (file)
@@ -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