To manage application license keys on a device, you can use the license key administration commands.
To add an active key to the application, execute 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 key to the application, execute 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 Add key commands to add application license keys as well as EDR Optimum license keys. You do not need to specify the type of the key in the command.
To remove an active application key, run the following command:
kics-control [-L] --remove-active-key
To remove a reserve application key, run the following command:
kics-control [-L] --remove-reserve-key
To remove an active EDR Optimum key, run the following command:
kics-control [-L] --remove-active-key --edr-optimum
To remove a reserve EDR Optimum key, run the following command:
kics-control [-L] --remove-reserve-key --edr-optimum