To manage license keys on a device, you can use license key management commands.
To add an active license key to the application, run the following command:
kics-control [-L] --add-active-key <path to key file / activation code>
where:
<path to the key file> – 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> – activation code.To add a reserve license key to the application, run the following command:
kics-control [-L] --add-reserve-key <path to key file / activation code>
If an active key has not yet been added to the application on the device, the command fails.
You can use the add key command to add main license keys of the application as well as license keys for additional functionality. You do not need to specify the type of the key in the command.
Different commands are provided for removing the main license keys and additional functionality keys.
To remove an active main key, run the following command:
kics-control [-L] --remove-active-key
To remove a reserve main key, run the following command:
kics-control [-L] --remove-reserve-key
To remove an active ICS EDR key, run the following command:
kics-control [-L] --remove-active-key --edr-optimum
To remove a reserve ICS EDR key, run the following command:
kics-control [-L] --remove-reserve-key --edr-optimum