close

Filter

loading table of contents...

Deployment Manual / Version 2310

Table Of Contents

4.1.2 Configuration Properties Setup

The following table lists the properties that can be used to configure the keystore encryption service. They are all mandatory.

encryption.keystore.cipher-transformation-name
Type java.lang.String
Default RSA
Description

The name of the cipher transformation which should be used for de- & encryption. It is strongly recommended to overwrite the default by setting this property to a more secure transformation with padding.

encryption.keystore.key-alias
Type java.lang.String
Default  
Description

Alias of the key inside the key store specified by encryption.keystore.keystore-file-location, that should be used for de- & encryption. The property value must not be blank.

encryption.keystore.key-password
Type java.lang.String
Default  
Description

The password of the key, specified by encryption.keystore.key-alias. The property value must not be blank.

encryption.keystore.keystore-file-location
Type java.lang.String
Default  
Description

Absolute path of the Java key store. The property value must not be blank.

Defaults to: ${user.home}/.cmservices/.keystore

encryption.keystore.keystore-password
Type java.lang.String
Default  
Description

Password of the Java key store specified by encryption.keystore.keystore-file-location. The property value must not be blank.

Table 4.1. Key Store Encryption Service Properties


Note

Note

The encryption service Spring bean takes precedence over the static encryption service instance configured using the CM_KEYSTORE_LOCATION and CM_KEYSTORE_PASSWORD_FILE_LOCATION properties.

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.