aboutsummaryrefslogtreecommitdiffstats
path: root/doc/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2003-06-19 17:52:57 +0000
committerRichard Levitte <levitte@openssl.org>2003-06-19 17:52:57 +0000
commit8fbb2af3921fa1b0b12976055e29a93055caca78 (patch)
tree533ce07244bbfaf108bbc67dfd5fcdae7efdc050 /doc/apps
parentc5aba56c5bb20872888c33288f51d9f92a25ef9d (diff)
downloadopenssl-8fbb2af3921fa1b0b12976055e29a93055caca78.tar.gz
Add documentation for the new crlnumber configuration option.
Diffstat (limited to 'doc/apps')
-rw-r--r--doc/apps/ca.pod6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/apps/ca.pod b/doc/apps/ca.pod
index 7cc9c5c5f4..e2a4591a14 100644
--- a/doc/apps/ca.pod
+++ b/doc/apps/ca.pod
@@ -389,6 +389,12 @@ the B<-selfsign> command line option.
a text file containing the next serial number to use in hex. Mandatory.
This file must be present and contain a valid serial number.
+=item B<crlnumber>
+
+a text file containing the next CRL number to use in hex. The crl number
+will be inserted in the CRLs only if this file exists. If this file is
+present, it must contain a valid CRL number.
+
=item B<x509_extensions>
the same as B<-extensions>.