summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-11-19 20:07:05 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-11-19 20:07:05 +0000
commitd6342aab08b957dc90ace71d904cdeac8e573497 (patch)
tree2bb01b4ea8904fef3e8ec175fc5e16e6efdf2e10 /doc
parente7b85bc40200961984925604ca444517359a6067 (diff)
correct docs
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/CA.pl.pod8
1 files changed, 4 insertions, 4 deletions
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>