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-11-23 18:21:43 +0100
commit0094d5c26b7b07a6cfba4dd86d2afd5caefd8560 (patch)
tree5dbfa823f39732c2048752a2973a7fcf7dee55bb /apps
parent7bfa68fe58045dd4e7ba8940a5017bd2c52c03c4 (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) (cherry picked from commit fd24de9f93049b05a54c48da5316f42882489230)
Diffstat (limited to 'apps')
-rw-r--r--apps/openssl-vms.cnf4
-rw-r--r--apps/openssl.cnf4
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/openssl-vms.cnf b/apps/openssl-vms.cnf
index 59c6776a1e..c141010e8a 100644
--- a/apps/openssl-vms.cnf
+++ b/apps/openssl-vms.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
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