How to view and edit Encrypted connections scan settings
You can view and edit the encrypted connections scan settings. You can use special management commands to do the following:
- Output the current values of the settings for the encrypted connections scan to the console or to a configuration file.
You can use the configuration file to edit the settings.
- Edit all the settings for the encrypted connections scan using the configuration file that contains the settings.
You can get the configuration file using the command for displaying settings for the encrypted connections scan.
- Edit individual settings using command line options in the format
<
setting name
>=<
setting value
>
.You can get the current values of the settings using the command for displaying the settings for the encrypted connections scan.
To output the current values of the settings of the encrypted connections scan to the console, execute the following command:
kfl-control --get-net-settings [--json]
where --json
is specified to output the settings in JSON format. If the --json
option is not specified, the settings are output in the INI format.
To output the current values of the settings for the encrypted connections scan to a configuration file, execute the following command:
kfl-control --get-net-settings --file <
configuration file path
> [--json]
where:
--file <
configuration file path
>
is the path to the configuration file where the settings for the encrypted connections scan will be saved. If you specify the name of a file without specifying its path, the file will be created in the current directory. If a file with the specified name already exists in the specified path, it will be overwritten. If the specified directory cannot be found on the disk, file will not be created.--json
is specified to output the settings in JSON format. If the--json
option is not specified, the settings are output in the INI format.
To edit the values of the settings for the encrypted connections scan using a configuration file:
- Output the general application settings to a configuration file, as described above.
- Edit the values of the necessary parameters in the file and save the changes.
- Execute the command:
kfl-control --set-net-settings --file <
configuration file path
> [--json]
where:
--file <
configuration file path
>
is the full path to the configuration file with the settings for the encrypted connections scan.--json
imports settings from a JSON configuration file into the application. If the--json
option is not specified, the application attempts to import from an INI file. If the import fails, an error is displayed.
All the values of the settings for the encrypted connections scan defined in the file will be imported into the application.
To edit the values of the settings for the encrypted connections scan using the command line, execute the following command:
kfl-control --set-net-settings <
setting name
>=<
setting value
> [<
setting name
>=<
setting value
>]
where <
setting name
>=<
setting value
>
is the name and value of one of the settings for the encrypted connections scan.
The values of the specified settings for the encrypted connections scan will be changed.