diff options
Diffstat (limited to 'src/lib/libssl/src/doc/apps/CA.pl.pod')
-rw-r--r-- | src/lib/libssl/src/doc/apps/CA.pl.pod | 8 |
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 | ||
42 | creates a new self signed certificate. The private key and certificate are | 42 | creates a new self signed certificate. The private key is written to the file |
43 | written 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 | ||
47 | creates a new certificate request. The private key and request are | 47 | creates a new certificate request. The private key is written to the file |
48 | written 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 | ||