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 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/libssl/src/doc/apps/CA.pl.pod b/src/lib/libssl/src/doc/apps/CA.pl.pod index 63cd1320cc..58e0f52001 100644 --- a/src/lib/libssl/src/doc/apps/CA.pl.pod +++ b/src/lib/libssl/src/doc/apps/CA.pl.pod | |||
@@ -13,6 +13,7 @@ B<CA.pl> | |||
13 | [B<-help>] | 13 | [B<-help>] |
14 | [B<-newcert>] | 14 | [B<-newcert>] |
15 | [B<-newreq>] | 15 | [B<-newreq>] |
16 | [B<-newreq-nodes>] | ||
16 | [B<-newca>] | 17 | [B<-newca>] |
17 | [B<-xsign>] | 18 | [B<-xsign>] |
18 | [B<-sign>] | 19 | [B<-sign>] |
@@ -46,6 +47,10 @@ written to the file "newreq.pem". | |||
46 | creates a new certificate request. The private key and request are | 47 | creates a new certificate request. The private key and request are |
47 | written to the file "newreq.pem". | 48 | written to the file "newreq.pem". |
48 | 49 | ||
50 | =item B<-newreq-nowdes> | ||
51 | |||
52 | is like B<-newreq> except that the private key will not be encrypted. | ||
53 | |||
49 | =item B<-newca> | 54 | =item B<-newca> |
50 | 55 | ||
51 | creates a new CA hierarchy for use with the B<ca> program (or the B<-signcert> | 56 | creates a new CA hierarchy for use with the B<ca> program (or the B<-signcert> |