Skip to content

Console Key Store Location

Key: qie.consoleKeyStore

Env Var: QIE_CONSOLEKEYSTORE

Scope: Global

Description: The location of the keystore used to secure the QIE console. The qie.secureConsole=true option must be set for this option to take effect.

Examples

Env Var

QIE_CONSOLEKEYSTORE="C:\Program Data\QIE\ssl\console_keystore.jks"

Java Option

-Dqie.consoleKeyStore="C:\Program Data\QIE\ssl\console_keystore.jks"

YAML

QIE_CONSOLEKEYSTORE: "C:\Program Data\QIE\ssl\console_keystore.jks"