The security policy conversion tool known as config_converter is intended for converting security policies that were created in Kaspersky Industrial CyberSecurity for Networks version 2.8 so that they can work in the current version of the application.
The config_converter tool is located in the Kaspersky Industrial CyberSecurity for Networks installation directory: /opt/kaspersky/kics4net/bin/.
To launch the config_converter tool use the following command line parameters:
--cfg-version
– version of the application in which the original security policy was created. Version 2.8 is the default version.
-i
– path to the folder with the original security policy. This is a required parameter.-o
– the path to the directory in which the converted security policy will be located. This is a required parameter.If the specified directory does not exist, it will be created automatically.
-F
– automatically overwrite files in the folder with the converted security policy.If the -F
parameter is set, prior to conversion the config_converter tool will automatically delete all files in the folder in which the converted security policy will be placed.
If the -F
parameter is not set, the config_converter tool will ask whether you want to overwrite the files in the directory in which the converted security policy will be located. If you specify the No
option, conversion will not be performed.
-h
– display brief Command Line Help.-l
– language of the config_converter tool interface. The default language is Russian. To use English, you need to specify english
for the parameter.