summaryrefslogtreecommitdiff
path: root/src/lib/libssl/src/doc/apps/CA.pl.pod
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/src/doc/apps/CA.pl.pod')
-rw-r--r--src/lib/libssl/src/doc/apps/CA.pl.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libssl/src/doc/apps/CA.pl.pod b/src/lib/libssl/src/doc/apps/CA.pl.pod
index ed69952f37..d326101cde 100644
--- a/src/lib/libssl/src/doc/apps/CA.pl.pod
+++ b/src/lib/libssl/src/doc/apps/CA.pl.pod
@@ -39,13 +39,13 @@ prints a usage message.
39 39
40=item B<-newcert> 40=item B<-newcert>
41 41
42creates a new self signed certificate. The private key and certificate are 42creates a new self signed certificate. The private key is written to the file
43written to the file "newreq.pem". 43"newkey.pem" and the request written to the file "newreq.pem".
44 44
45=item B<-newreq> 45=item B<-newreq>
46 46
47creates a new certificate request. The private key and request are 47creates a new certificate request. The private key is written to the file
48written to the file "newreq.pem". 48"newkey.pem" and the request written to the file "newreq.pem".
49 49
50=item B<-newreq-nodes> 50=item B<-newreq-nodes>
51 51