client update

Update the certificate for a client that is already registered on the appliance.

NOTE   The client's certificate file is needed to perform the registration. It must be present in the LunaSH user's files (see my file list) before running this command.

This feature requires Luna Appliance Software 7.8.3 or newer.

User Privileges

Users with the following privileges can perform this command:

>Admin

>Operator

Syntax

client update -client <clientname> {-hostname <hostname> | -ip <IPaddress>} [-force]

Argument(s) Shortcut Description
-client <clientname> -c The client's name.
-force -f Force the action without prompting.
-hostname <hostname> -h

The hostname of the 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 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 update -client 192.20.11.91 -ip 192.20.11.91


'client update' successful.


Command Result : 0 (Success)