[commandChannel]

Settings for the Command Channel.

[commandChannel] rsaKeyRotationInterval

Type
uint
Default
1 day/24 hrs
Range
1..max uint
The command channel uses a key pair for the encrypted communication. A private key will be kept in memory of the command channel. A public key will be written to an internal DPE so that all other managers can use this key to encrypt their commands.

The keypair(public and private keys) is changed at an interval. This is called key rotation.

Interval for the "key rotation" can be configured in the config file:

[commandChannel] rsaKeyRotationInterval = uint minutes 1 to max uint

NOTE: The default interval is 1 day/24 hrs. The recommended minimum interval is 10 minutes. If you enter a shorter interval, a warning is shown in the log viewer.