Managing certificates for connecting to the KATA server

Managing certificates requires the rights of a user with the Administrator (admin) role.

You can manage certificates used to connect to the KATA server using commands. What you can do with certificates:

To add or replace the server certificate, run the following command:

kesl-control [-R] --add-kataedr-server-certificate <file>

<file> is the path to the file containing the server certificate.

To add or change a client certificate:

  1. Run the following command:

    kesl-control [-R] --add-kataedr-client-certificate <file>

    where <file> is the path to the cryptocontainer (PFX archive) containing the client certificate and private key.

  2. If the cryptocontainer is password-protected, enter the password when prompted.

The client certificate is used for additional protection of the connection to the KATA server if client certificate verification is enabled in KATA server settings and in the Kaspersky Endpoint Detection and Response Expert (on-premise) Integration task settings, the UseClientPinnedCertificate setting has the value yes.

To display the server certificate information, run the following command:

kesl-control [-R] --query-kataedr-server-certificate

To display the client certificate information, run the following command:

kesl-control [-R] --query-kataedr-client-certificate

Running the command displays the following certificate information:

To delete the server certificate information, run the following command:

kesl-control [-R] --remove-kataedr-server-certificate

To delete the client certificate information, run the following command:

kesl-control [-R] --remove-kataedr-client-certificate

Page top