Add documentation for the new crlnumber configuration option.
[openssl.git] / doc / apps / ca.pod
index 6d010216e740b0e203b1be4c7ca528c7af333e34..e2a4591a14be680c014df56fbb4dd88f3d751207 100644 (file)
@@ -384,11 +384,17 @@ versions of OpenSSL.  However, to make CA certificate roll-over easier,
 it's recommended to use the value B<no>, especially if combined with
 the B<-selfsign> command line option.
 
-=item B<serialfile>
+=item B<serial>
 
 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>.