Add Multiple CipherTrust Manager Servers
The CADP can connect to multiple CipherTrust Manager servers to ensure that successful crypto operations are performed without breaking the operation chain.
Setting NAE_IP
Specify the list of CipherTrust Manager servers that you want to connect to in the Properties file as:
<NAE_IP Tier="1"></NAE_IP>
<NAE_IP Tier="2"></NAE_IP>
<NAE_IP Tier="3"></NAE_IP>
For NAE_IP, to set multiple IPs in a single tier, separate them by colon.
Example
192.168.1.10:192.168.1.11:192.168.1.12
For multiple tiers of NAE_IP, create the multiple entries of NAE_IP.
Example
<NAE_IP Tier="1">192.168.1.10</NAE_IP>
<NAE_IP Tier="2">192.168.1.11</NAE_IP>
For IPV6, specify the IP address within curly braces.
Example
{2600:1f18:66cc:fd00:7087:12df:5f8f:60f}
For tiers, separate the IP addresses with colon.
Example
{2600:1f18:66cc:fd00:7087:12df:5f8f:60f}:{2600:1f18:66cc:fd00:237:c323:c984:4bf2}
Setting NAE_Port
This property is tier aware. For multiple tiers of NAE_IP, create multiple entries of the NAE_Port.
Example
<NAE_Port Tier="1">9000</NAE_Port>
<NAE_Port Tier="2">9000</NAE_Port>
<NAE_Port Tier="3">9000</NAE_Port>