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.pod5
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".
46creates a new certificate request. The private key and request are 47creates a new certificate request. The private key and request are
47written to the file "newreq.pem". 48written to the file "newreq.pem".
48 49
50=item B<-newreq-nowdes>
51
52is like B<-newreq> except that the private key will not be encrypted.
53
49=item B<-newca> 54=item B<-newca>
50 55
51creates a new CA hierarchy for use with the B<ca> program (or the B<-signcert> 56creates a new CA hierarchy for use with the B<ca> program (or the B<-signcert>