Adding CipherTrust Manager Servers
CADP can connect to the 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=10.0.0.2
For NAE_IP
, to set multiple IPs in a single tier, separate them by colon.
Example
NAE_IP=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.1=192.168.1.10
NAE_IP.2=192.168.1.11
NAE_IP.3=192.168.1.12
Note
IPV6 is currently not supported for PKCS#11.
Setting NAE_Port
This property is tier aware. For multiple tiers of NAE_IP
, create multiple entries of the NAE_Port
.
Example
NAE_Port.1=9000
NAE_Port.2=8000
NAE_Port.3=7000