Managing certificates for connecting to the integration server

Root privileges are required to manage certificates.

You can manage certificates used to connect to Kaspersky Industrial CyberSecurity for Networks integration server using commands. What you can do with certificates:

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

kics-control [-K] --add-kics4networks-server-certificate <file name and path>

where <file name and path>‍is the name and path to the file that contains the certificate in DER or PEM format.

The server certificate is used to secure the connection to the integration server if the UseServerCertificate parameter is set to yes in the settings of the Integration with Kaspersky Industrial CyberSecurity for Networks task.

To add or change a client certificate:

  1. Execute the command:

    kics-control [-K] --add-kics4networks-client-certificate <file name and path>

    where <file name and path>‍is the name and path to the PFX archive containing the client certificate.

  2. Enter the archive password when prompted.

The client certificate is used for additional protection of the connection to the integration server, if client certificate verification is enabled in the integration server settings and the UseClientCertificate parameter is set to yes in the settings of the Integration with Kaspersky Industrial CyberSecurity for Networks task.

To display certificate information, run the following command:

Running the command displays the following certificate information:

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

kics-control [-K] --remove-kics4networks-server-certificate

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

kics-control [-K] --remove-kics4networks-client-certificate

If certificate usage is configured in the settings of the Integration with Kaspersky Industrial CyberSecurity for Networks task and the task is running, deletion of this certificate ends with an error.

Page top