SafeNet Client Setup on the HSM
After you have set up a SafeNet Client on a Key Manager Server, you will still need to register the Key Manager Server on the HSM.
The instructions in this section are to be performed on the HSM.
-
Register the Key Manager Server as a HSM client (replace
keymanager-serverwith an arbitrary name for the Key Manager Server, replace192.0.2.10with the IP address of the Key Manager Server):lunash:> client register -client keymanager-server -ip 192.0.2.10Ensure that the Key Manager Server was registered successfully. You should see the following in the command output:
'client register successful' -
Assign the client to the HSM partition that is reserved for Key Manager use (replace
keymanager-serverwith the name that was previously registered for the Key Manager Server, replacekeymanager-partitionwith the name of the HSM partition reserved for Key Manager):lunash:> client assignPartition -client keymanager-server \-partition keymanager-partitionEnsure that the client was successfully assigned to the partition. You should see the following in the command output:
'client assignPartition' successful.
The Key Manager Server should now be able to connect to the HSM partition.