Add documentation for the new crlnumber configuration option.
authorRichard Levitte <levitte@openssl.org>
Thu, 19 Jun 2003 17:52:57 +0000 (17:52 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 19 Jun 2003 17:52:57 +0000 (17:52 +0000)
doc/apps/ca.pod

index 7cc9c5c5f47de4d9c73380a3c1473b1f3d7be947..e2a4591a14be680c014df56fbb4dd88f3d751207 100644 (file)
@@ -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>.