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 belowlocalconfig.0 = config0localconfig.1 = config1localgroup.2 = config2localgroup.3 = config3:config4crlconfig.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.