stcconfig clientregister
Register a client's STC public key to a partition. You must be logged in to the partition as the SO to use this command.
NOTE Each client identity registered to a partition uses 2332 bytes of storage on the partition. Before registering a client identity to a partition, ensure that there is adequate free space.
Syntax
stcconfig clientregister -label <client_label> -file <client_public_key>
Argument(s) | Shortcut | Description |
---|---|---|
-label <client_label> | -l | A string used to identify the client being registered. |
-file <client_public_key> | -f | Specifies the full path to the client public key file. |
Example
lunacm:> stcconfig clientregister -label client2 -file "C:\Program Files\SafeNet\LunaClient\data\client_identities\client2" Successfully registered the client client2 to the current slot. Command Result : No Error