Ordering revocation mechanisms

Select and order the revocation mechanisms.

Syntax
<revocation_type>.<order> = <value is type dependent>

See below for a description of each parameter.

Example
# Revocation configuration order defined below
localconfig.0 = config0
localconfig.1 = config1
localgroup.2 = config2
localgroup.3 = config3:config4
crlconfig.4 = true

<revocation_type>

The type of revocation mechanism.

Type

Value

localconfig

​The identifier of a single OCSP configuration.

localgroup

The identifiers of one or more OCSP configurations separated by colons (':').

crlconfig

true to use the CRL configuration, false otherwise.

<order>

An integer starting with 0, and incrementing by 1 for each item. The integer number specifies the order in which the revocation checking will be done.