Add Multiple Key Managers
To create a load balancing group:
List IP addresses of multiple Key Managers (separated by colons) in the NAE_IP
parameter of the CADP_for_JAVA.properties
file.
NAE_IP.1=192.168.1.10:192.168.1.11:192.168.1.12
Important notes
The port used by the client and server must be the same. For example, if the client uses
NAE_Port 9000
, all Key Manager servers in the group should use port9000
. If the client usesKMIP_Port 5696
, all Key Manager servers in the group must use 5696 as their KMIP port.The client uses the same
CADP_for_JAVA.properties
file for all members of the load balancing group.It is recommended that all of the devices in a load balancing group must be members of the same cluster. Clustered servers use the same port and protocol, as well as have the same keys and users.
All members of a load-balancing group must be either FIPS-compliant or non-FIPS. You cannot mix FIPS-compliant and non-FIPS servers.