Miscellaneous Configuration Parameters
Parameter | Default | Recommended | Description |
---|---|---|---|
Credentials_Encrypted | No | yes | Specifies whether the NAE Username and Password are encrypted using the PassPhraseEncryption method from the PassPhraseSecure class. It allows you to obfuscate the credentials. You can use these obfuscated credentials while login to your application through CLI. You can find the sample applications on Github to demonstrate the use of PassPhraseEncryption method.Possible Settings in the Property File • yes - enables the parameter. To enable, set Credentials_Encrypted=yes .• no - disables the parameter. For more details of PassPhraseEncryption method, refer section API Definition for PassPhraseEncryption Method. |
Cluster_Synchronization_Delay | 100sec | Specifies how long the client will wait before assuming that key changes have been synchronized throughout a cluster. After creating, cloning, importing, or modifying a key, the client will continue to use the same CipherTrust Manager appliance until the end of this delay period. Setting value to zero (0) disables the functionality. |