The security keys that HPE IDOL Server uses to encrypt and decrypt the security information that it uses for user security. Set SecurityInfoKeys
to four signed 32-bit integers (between 0
and 2147483647
), separated with commas. There must be no space before or after the commas.
To use AES encryption, you can set SecurityInfoKeys
to the file name and path of the AES key file. HPE IDOL Server then uses this key file to encrypt and decrypt the SecurityInfo tokens. For information about how to create a key file, refer to the IDOL Server Administration Guide.
You must always change SecurityInfoKeys
from the value in the default configuration file when you install HPE IDOL Server.
You must set SecurityInfoKeys
to the same value that you use for all other components that use a four-number security identifier or AES key file.
In cases where you use a DAH in an IDOL Server unified configuration, and you use the user security encryption keys, you must configure SecurityInfoKeys
in both the [Security]
and [DistributionSettings]
sections of the IDOL Server configuration file.
Type: | String |
Default: | |
Required: | Yes |
Configuration Section: | Security |
Example: | SecurityInfoKeys=123456789,144135468,56443234,2000111222
|
See Also: |
|