Adding an additional key

The command kesl-control --install-additional-key adds an additional key. For details about keys, please refer to the section "About the key".

If an active key is not installed, the additional key will be installed as the primary key.

Command syntax

kesl-control [-L] --install-additional-key <path to key file>

Arguments and keys

<path to the key file>

The path to the key file; if the key file is located in the current directory, it is sufficient to specify only the file name.

Example:

Install an additional key from the file /home/test/00000002.key:

kesl-control --install-additional-key /home/test/00000002.key

Page top