From: mettacrawler Date: Tue, 19 May 2020 15:53:24 +0000 (-0400) Subject: There is no -signreq option in CA.pl X-Git-Tag: openssl-3.0.0-alpha3~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1c6f76281473b8fe66954187e793108a0e8568c;p=thirdparty%2Fopenssl.git There is no -signreq option in CA.pl CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/11876) --- diff --git a/doc/man1/CA.pl.pod b/doc/man1/CA.pl.pod index 85e02b9ed26..aa2e0058ccc 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 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. @@ -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