ssl-wrapkey¶
The following operations can be performed on "ssl-wrapkey":
show ssl wrapkey¶
Display the wrap keys.
Synopsis¶
show ssl wrapkey
Arguments¶
Output¶
wrapKeyName Wrap key name.
devno count stateflag
Example¶
An example of output of 'show wrapkey' command is as shown below: sh wrapkey 1 WRAP key: 1)WRAP Key Name: wrap1
rm ssl wrapkey¶
Removes all the wrap keys, or the specified wrap key, from the appliance.
Synopsis¶
rm ssl wrapkey
Arguments¶
wrapKeyName Name of the wrap key to remove.
Example¶
rm wrapkey wrap1
create ssl wrapkey¶
Generates a wrap key.
Synopsis¶
create ssl wrapkey
Arguments¶
wrapKeyName Name for the wrap key. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters. Cannot be changed after the wrap key is created. The following requirement applies only to the Citrix ADC CLI: If the name includes one or more spaces, enclose the name in double or single quotation marks (for example, "my key" or 'my key').
password Password string for the wrap key.
salt Salt string for the wrap key.
Example¶
create wrapkey wrap1 -password wrapkey123 -salt wrapsalt123