Skip to content

HTTP Enable OCSP

Key: qie.enableOCSP.

Env Var: QIE_ENABLEOCSP_

Default: false

Scope: {port}

Description: Enable Online Certificate Status Protocol (OCSP) for use in the TLS handshake. This option requires the HTTP listening port as the last value after the '.' character.

Examples

Env Var

QIE_ENABLEOCSP_20001=true

Java Option

-Dqie.enableOCSP.20001=true

YAML

QIE_ENABLEOCSP_20001: true