summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-01-11 13:23:19 +0000
committerBodo Möller <bodo@openssl.org>2001-01-11 13:23:19 +0000
commitd199858e89e75805d47bdc32ddcdf9df389757f9 (patch)
tree267daad5b501e810a0f273a191dd4f95d85bf1ac /doc
parent10a2975a278af3f3eb4eb8b20c8c2d53795a18a3 (diff)
New -newreq-nodes option to CA.pl.
Submitted by: Damien Miller <djm@mindrot.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/CA.pl.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/apps/CA.pl.pod b/doc/apps/CA.pl.pod
index 63cd1320cc..58e0f52001 100644
--- a/doc/apps/CA.pl.pod
+++ b/doc/apps/CA.pl.pod
@@ -13,6 +13,7 @@ B<CA.pl>
[B<-help>]
[B<-newcert>]
[B<-newreq>]
+[B<-newreq-nodes>]
[B<-newca>]
[B<-xsign>]
[B<-sign>]
@@ -46,6 +47,10 @@ written to the file "newreq.pem".
creates a new certificate request. The private key and request are
written to the file "newreq.pem".
+=item B<-newreq-nowdes>
+
+is like B<-newreq> except that the private key will not be encrypted.
+
=item B<-newca>
creates a new CA hierarchy for use with the B<ca> program (or the B<-signcert>