This article describes how to upgrade Kaspersky Security Center Web Console Server (also referred to as Kaspersky Security Center Web Console) on the Astra Linux Special Edition operating system.
To upgrade Kaspersky Security Center Web Console:
If the response file does not exist, create a new response file that contains the parameters for connecting Kaspersky Security Center Web Console to Administration Server. Name the file ksc-web-console-setup.json, and then place it in the /etc directory.
Example of a response file containing a minimal set of parameters, and the default address and port:
{
"address": "ksc.example.com",
"port": 8080,
"trusted": "192.168.2.130|13299|/var/opt/kaspersky/klnagent_srv/1093/cert/klserver.cer|KSC Server",
"acceptEula": true
}
/etc/digsig/digsig_initramfs.conf file, the DIGSIG_ELF_MODE parameter is specified as follows:DIGSIG_ELF_MODE=1
astra-digsig-oldkeys compatibility package is installed.If this package is not installed, run the following command:
apt install astra-digsig-oldkeys
mkdir -p /etc/digsig/keys/legacy/kaspersky/
cp kaspersky_astra_pub_key.gpg /etc/digsig/keys/legacy/kaspersky/
If the Kaspersky Security Center Linux distribution kit does not include the kaspersky_astra_pub_key.gpg application key, you can download it by clicking the link: https://media.kaspersky.com/utilities/CorporateUtilities/kaspersky_astra_pub_key.gpg.
update-initramfs -u -k all
Reboot the system.
To upgrade from a previous version of Kaspersky Security Center Web Console, run the following command:
$ sudo dpkg -i ksc-web-console-<build number>.x86_64.deb
This starts unpacking the setup file. Please wait until the installation is complete.
$ sudo systemctl restart KSC*
When the upgrade is complete, you can use your browser to open and log in to Kaspersky Security Center Web Console.
Page top