Skip to content

HTTP Enable CRLDP

Key: qie.enableCRLDP.

Env Var: QIE_ENABLECRLDP_

Default: false

Scope: {port}

Description: Enable Certificate Revocation List Distribution Port (CRLDP) for use in the TLS handshake. This option requires the HTTP listening port as the last value after the '.' character.

Examples

Env Var

QIE_ENABLECRLDP_20001=true

Java Option

-Dqie.enableCRLDP.20001=true

YAML

QIE_ENABLECRLDP_20001: true