aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-11-19 20:06:44 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-11-19 20:06:44 +0000
commit095db6bdb81500857a0016b6284b9733c4cd547e (patch)
tree17ab79be3ce2a3e259f59257d038e17c211d5585 /doc
parent8dbeb110fbe07a14259ff367eaf9279ad444b37d (diff)
downloadopenssl-095db6bdb81500857a0016b6284b9733c4cd547e.tar.gz
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>