Home >

LunaCM Command Reference Guide > LunaCM Commands > stc > stc identitycreate

stc identitycreate

Create a client identity on the STC client token. After it is created, the client identity is exported to the following path:

<luna_client_root_dir>/data/client_identities/<client-name>

Note:  If a client identity already exists, a warning is displayed. If you choose to create a new identity, all currently registered partition identities will be removed and will need to be registered to the new client identity.

Syntax

stc identitycreate -label <label> [-force]

Option Shortcut Description
-label <label> -l Specifies the token label.
-force -f Force the action without prompting.

Example

lunacm:> stc identitycreate -label client1
 
Client identity client1 successfully created and exported to file C:\Program Files\SafeNet\LunaClient\data\client_identities\client1
 
Command Result : No Error