[openssl] master update

tmraz at fedoraproject.org tmraz at fedoraproject.org
Thu May 21 11:28:45 UTC 2020


The branch master has been updated
       via  e1c6f76281473b8fe66954187e793108a0e8568c (commit)
      from  b84439b06a1b9a7bfb47e230b70a6d3ee46e8a19 (commit)


- Log -----------------------------------------------------------------
commit e1c6f76281473b8fe66954187e793108a0e8568c
Author: mettacrawler <metta.crawler at gmail.com>
Date:   Tue May 19 11:53:24 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/11876)

-----------------------------------------------------------------------

Summary of changes:
 doc/man1/CA.pl.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/man1/CA.pl.pod b/doc/man1/CA.pl.pod
index 85e02b9ed2..aa2e0058cc 100644
--- a/doc/man1/CA.pl.pod
+++ b/doc/man1/CA.pl.pod
@@ -113,7 +113,7 @@ written to standard output.
 
 =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 to L<openssl-ca(1)>.
@@ -165,7 +165,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 ENVIRONMENT


More information about the openssl-commits mailing list