summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2022-09-08 08:11:53 +0000
committerTomas Mraz <tomas@openssl.org>2022-09-09 19:34:53 +0200
commitfd24de9f93049b05a54c48da5316f42882489230 (patch)
treebcda9ac912c5c7604a16397452d9b1796e3fab60 /apps
parent44e47328178328198018c23e6918884af5e8ce4b (diff)
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 <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)
Diffstat (limited to 'apps')
-rw-r--r--apps/openssl.cnf4
1 files 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