[openssl] OpenSSL_1_1_1-stable update
tmraz at fedoraproject.org
tmraz at fedoraproject.org
Mon May 25 06:09:29 UTC 2020
The branch OpenSSL_1_1_1-stable has been updated
via 294beba4ebfbc0b5e7d86e6b11d9f1c37ad26867 (commit)
from e512efe0894481679a5d3c57d10bf4ea97046c2a (commit)
- Log -----------------------------------------------------------------
commit 294beba4ebfbc0b5e7d86e6b11d9f1c37ad26867
Author: mettacrawler <metta.crawler at gmail.com>
Date: Thu May 21 09:21:12 2020 -0400
There is no -signreq option in CA.pl
CLA: trivial
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11897)
-----------------------------------------------------------------------
Summary of changes:
doc/man1/CA.pl.pod | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/doc/man1/CA.pl.pod b/doc/man1/CA.pl.pod
index 6949ec6228..0176f20178 100644
--- a/doc/man1/CA.pl.pod
+++ b/doc/man1/CA.pl.pod
@@ -91,7 +91,7 @@ to standard output. Leverages B<openssl ca> command.
=item B<-signCA>
-This option is the same as the B<-signreq> option except it uses the
+This option is the same as the B<-sign> option except it uses the
configuration file section B<v3_ca> and so makes the signed request a
valid CA certificate. This is useful when creating intermediate CA from
a root CA. Extra params are passed on to B<openssl ca> command.
@@ -143,7 +143,7 @@ the request and finally create a PKCS#12 file containing it.
CA.pl -newca
CA.pl -newreq
- CA.pl -signreq
+ CA.pl -sign
CA.pl -pkcs12 "My Test Certificate"
=head1 DSA CERTIFICATES
@@ -173,7 +173,7 @@ can optionally be created first):
Sign the request:
- CA.pl -signreq
+ CA.pl -sign
=head1 NOTES
More information about the openssl-commits
mailing list