ADC CLI Commands

ssl-hsmKey

The following operations can be performed on “ssl-hsmKey”:

show rm add

show ssl hsmKey

Displays lists of all the HSM Keys Added on the Citrix ADC.

Synopsis

show ssl hsmKey []

Arguments

hsmKeyName Name of the HSM Key for which to show detailed information.

Output

hsmType Type of the HSM key.

serialNum SerialNum of a partition on which Safenet key is present.

devno count stateflag

Example

An example of output of ‘show ssl hsmkey’ command is as shown below: sh ssl hsmkey 1 SSL HSM key: 1)SSL HSM Key Name: key_simple_rsa1

rm ssl hsmKey

Removes the specified HSM key, from the HSM Appliance.

Synopsis

rm ssl hsmKey \[-hsmType \( THALES | SAFENET )] \[-serialNum ] {-password }

Arguments

hsmKeyName Name of the HSMKEY.

hsmType Type of the HSMKEY.

Possible values: THALES, SAFENET Default value: THALES

serialNum SerialNum of a partition on which Safent HSMKey is present. Maximum value: 16

password Password of a partition on which SafeNet HSMkey is present.

Example

rm hsmkey key_simple_rsa1

add ssl hsmKey

Add HSM Key.

Synopsis

add ssl hsmKey \[-hsmType \( THALES | SAFENET )] \[-key | -serialNum ] {-password }

Arguments

hsmKeyName hsmType Type of HSM.

Possible values: THALES, SAFENET Default value: THALES

key Name of and, optionally, path to the HSM key file. /var/opt/nfast/kmdata/local/ is the default path. Applies only to THALES HSM. Maximum value: 63

serialNum Serial number of the partition on which the key is present. Applies only to SafeNet HSM. Maximum value: 16

password Password for a partition. Applies only to SafeNet HSM.

Example

add ssl hsmkey rsa1 key_simple_rsa1

ssl-hsmKey