There is no -signreq option in CA.pl
authormettacrawler <metta.crawler@gmail.com>
Thu, 21 May 2020 13:21:12 +0000 (09:21 -0400)
committerTomas Mraz <tmraz@fedoraproject.org>
Mon, 25 May 2020 06:08:53 +0000 (08:08 +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/11897)

doc/man1/CA.pl.pod

index 6949ec6228ac3f55fd5b5e507ff5ea4b60cce1f0..0176f2017895ad29d2d9a87e88b031a99d35d9c4 100644 (file)
@@ -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