Adding an active key

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

Command syntax

kesl-control [-L] --install-active-key <path to key file>|<activation code>

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.

<activation code>

The activation code that is used to add a license key for activating the application.

Example:

Add the key from file /home/test/00000001.key as the active key:

kesl-control --install-active-key /home/test/00000001.key

Page top