summaryrefslogtreecommitdiffstats
path: root/doc/apps/CA.pl.pod
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-11-19 20:06:57 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-11-19 20:06:57 +0000
commit1d5f3f4640a88b1669f69ddb7248c248eaf1fb90 (patch)
tree82cbf5b5a5a575859eb97a2af5bf0f738d9c8fae /doc/apps/CA.pl.pod
parenta060fc3b8eb7f965103d88d92ac0e1b0c23b26bc (diff)
correct docs
Diffstat (limited to 'doc/apps/CA.pl.pod')
-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>