client register

Add a client to the list of clients that can access the SafeNet appliance's NTLS. A client must be registered before you can assign partitions to it.

NOTE   The client's certificate file is needed to perform the registration.

User Privileges

Users with the following privileges can perform this command:

>Admin

>Operator

Syntax

client register -client <clientname> [-hostname <hostname>] [-ip <ipaddress>] [-force]

Argument(s) Shortcut Description
-client <clientname> -c The new client's name. The user may choose any name, so long as it is less than 255 characters, and is unique among all clients on the SafeNet Luna HSM appliance. The client name need not be the hostname of the client.
-force -f Force the action without prompting.
-hostname <hostname> -h

The hostname of the new client. Use this parameter if the client certificate (and server certificates) were created with hostnames.

If the certificates were created with IP addresses, use the -ip parameter instead.

-ip <ipaddress> -i

The IP address of the new client. Use this parameter if the client certificate (and server certificates) were created with IP addresses. If the certificates were created with hostnames, use the -hostname parameter instead.

Example

lunash:>client register -client 192.20.11.91 -ip 192.20.11.91
 
 
'client register' successful.
 
 
Command Result : 0 (Success)