Commit 8fbb2af3 authored by Richard Levitte's avatar Richard Levitte
Browse files

Add documentation for the new crlnumber configuration option.

parent c5aba56c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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>.