createKeyLabelMapping CLI command

Use the createKeyLabelMapping command to create a key label mapping.

Syntax

createKeyLabelMapping <keyLabelFrom>,<keyModeFrom>,<keyLabelTo> -ssl

Parameters

<keyLabelFrom>

(Required.) A text string; maximum 50 characters. It cannot be repeated in the list of key labels.

<keyModeFrom>

(Required.) A parameter with the following possible values:

  • Wrapped-Hash
  • Wrapped-Default (Specifying this value for <keyModeFrom> disables <keyLabelTo>, so it is not necessary to specify a value for <keyLabelTo>.)
  • Wrapped-Clear
  • Direct-Default-Set
  • Direct-Specific
<keyLabelTo>

(Required.) A text string; maximum 50 characters.

-ssl
Required if SSL (HTTPS) is enabled.

Example command

createKeyLabelMapping START,Wrapped-Hash,END 
This example instructs the system to create a mapping from the key label START to the key label END using the wrapped-hash key mode.

Example output

The Key Label Mapping was created successfully