Skip to content

HTTP Certificate Path Filter

Key: qie.certPathFilter.

Env Var: QIE_CERTPATHFILTER_

Scope: {port}

Description: Loads a 3rd party certificate path filter into the HTTP receiver for use with the TLS handshake. This option requires the HTTP listening port as the last value after the '.' character.

Examples

Env Var

QIE_CERTPATHFILTER_20001=com.qvera.CertPathValidator

Java Option

-Dqie.certPathFilter.20001=com.qvera.CertPathValidator

YAML

QIE_CERTPATHFILTER_20001: "com.qvera.CertPathValidator"