]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
There is no -signreq option in CA.pl
authormettacrawler <metta.crawler@gmail.com>
Tue, 19 May 2020 15:53:24 +0000 (11:53 -0400)
committerTomas Mraz <tmraz@fedoraproject.org>
Thu, 21 May 2020 11:28:14 +0000 (13:28 +0200)
CLA: trivial

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/11876)

doc/man1/CA.pl.pod

index 85e02b9ed26b778d8d18cd25feda8aaa33e0e897..aa2e0058ccc8c6460f470db0a9b4262cfab54e33 100644 (file)
@@ -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