correct docs
authorDr. Stephen Henson <steve@openssl.org>
Mon, 19 Nov 2012 20:06:44 +0000 (20:06 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 19 Nov 2012 20:06:44 +0000 (20:06 +0000)
doc/apps/CA.pl.pod

index ed69952f3799e4de2665a913371bb5444e3875a4..d326101cde788a00ff564900fc92e439c39a291b 100644 (file)
@@ -39,13 +39,13 @@ prints a usage message.
 
 =item B<-newcert>
 
 
 =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>
 
 
 =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>
 
 
 =item B<-newreq-nodes>