Skip to content

HTTP CRL Path

Key: qie.crlPath.

Env Var: QIE_CRLPATH_

Scope: {port}

Description: Path to a Certificate Revocation List (CRL) that the QIE service has access too, it this CRL will be used during the TLS handshake. This option requires the HTTP listening port as the last value after the '.' character.

Examples

Env Var

QIE_CRLPATH_20001=C:\temp\list.crl

Java Option

-Dqie.crlPath.20001=C:\temp\list.crl

YAML

QIE_CRLPATH_20001: "C:\temp\list.crl"