Skip to main content
Skip table of contents

VAULT Daemon

Vault daemons are required for the use of Vaults. For details, see Vault concept.

A newly created VAULT daemon has a set of properties:

Name of the property

Required

Default value

Example value

Description

vault

(tick)

DEFAULT

Name of the associated vault

initial.cleanup.delay

(error)

15

at least 2

Time in minutes that is waited after starting the vault daemon until files are cleaned up for the first time.

cleanup.delay

(error)

180

at least 20

Time in minutes that is waited between two cleanup processes.

cleanup.item.count

(error)

1000

at least 10

Number of files that are deleted per cleanup run.

Additionally, there are properties that are used for configuring an https vault:

Name of the property

Required

Default value

Example value

Description

ece.ssl.keystore.path

(error)

Value of javax.net.ssl.keyStore, if set.

/<Path>/ece_keystore.jks

Absolute path of the keystore

ece.ssl.keystore.pass

(error)

Value of javax.net.ssl.keyStorePassword, if set.

<Password>

Keystore password

ece.ssl.keymanager.pass

(error)

-

<Password>

Key manager password

ece.ssl.truststore.path

(error)

Value of javax.net.ssl.trustStore, if set.

/<Path>/ece_keystore.jks

Absolute path of the trust stored

ece.ssl.truststore.pass

(error)

Value of javax.net.ssl.trustStorePassword, if set.

<Password>

Truststore password

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.