From: Dr. Stephen Henson Date: Mon, 19 Nov 2012 20:07:05 +0000 (+0000) Subject: correct docs X-Git-Tag: OpenSSL_1_0_1d~56 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d6342aab08b957dc90ace71d904cdeac8e573497;p=oweals%2Fopenssl.git correct docs --- diff --git a/doc/apps/CA.pl.pod b/doc/apps/CA.pl.pod index ed69952f37..d326101cde 100644 --- a/doc/apps/CA.pl.pod +++ b/doc/apps/CA.pl.pod @@ -39,13 +39,13 @@ prints a usage message. =item B<-newcert> -creates a new self signed certificate. The private key and certificate are -written to the file "newreq.pem". +creates a new self signed certificate. The private key is written to the file +"newkey.pem" and the request written to the file "newreq.pem". =item B<-newreq> -creates a new certificate request. The private key and request are -written to the file "newreq.pem". +creates a new certificate request. The private key is written to the file +"newkey.pem" and the request written to the file "newreq.pem". =item B<-newreq-nodes>