Variable Names
|
Defaults
|
Comments
|
---|---|---|
KEYSTORE
|
No default value set
|
Set to true to create a configuration file using the KeyStore environment variables.
|
KEYSTORE_PASSWORD_FILE_PATH
|
No default value set
|
Sets the path to the KeyStore password. This property must be set.
|
KEYSTORE_PASSWORD_FILE_NAME
|
No default value set
|
Sets the name of the KeyStore password file.
|
KEYSTORE_FILE_PATH
|
No default value set
|
Sets the path to the KeyStore file. This property must be set.
|
KEYSTORE_FILE_NAME
|
No default value set
|
Sets the KeyStore filename.
|
DEFAULT_ENCRYPTION_KEY_LENGTH
|
265 bytes
|
Sets the default key length used when creating new encryption keys. It does affect the size of existing keys.
|
NCRYPT_DB_PASSWORD_SECRET_KEY = "encrypt.db.password";
|
ENCRYPT_LICENSING_PASSWORD_SECRET_KEY = "encrypt.licensing.password";
|
ENCRYPT_LICENSING_PROXY_PASSWORD_SECRET_KEY = "encrypt.proxy.password";
|
ENCRYPT_QUEUE_PASSWORD_SECRET_KEY = "encrypt.queue.password";
|
ENCRYPT_SC_KEYSTORE_PASSWORD_SECRET_KEY = "encrypt.sc.keystore.password";
|
IGNITE_KEYSTORE_PASSWORD_SECRET_KEY = "encrypt.ignite.keystore.password";
|
ENCRYPT_ZK_KEYSTORE_PASSWORD_SECRET_KEY = "encrypt.zk.keystore.password";
|
ENCRYPT_ZK_TRUSTSTORE_PASSWORD_SECRET_KEY = "encrypt.zk.truststore.password";
|
ENCRYPT_AKKA_KEYSTORE_PASSWORD_SECRET_KEY = "encrypt.akka.keystore.password";
|
ENCRYPT_AKKA_TRUSTSTORE_PASSWORD_SECRET_KEY = "encrypt.akka.truststore.password";
|
EncryptedKeyStore = "encrypt.propertytransform.password";
|
EncryptedBrokerClientStorePassword = "encrypt.broker.ssl.clientstore.password";
|
EncryptedBrokerTrustStorePassword = "encrypt.broker.ssl.truststore.password";
|