Viewing and editing settings for encrypted connections scan

You can view and edit the settings for the encrypted connections scan using special administration commands:

To output the current values of the settings of the encrypted connections scan to the console, execute the following command:

kesl-control --get-net-settings [--json]

where --json is specified to output the settings in JSON format. If the --json key is not specified, the settings will be imported in the INI format.

To output the current values of the settings for the encrypted connections scan to a file, execute the following command:

kesl-control --get-net-settings --file <path to the configuration file> [--json]

where:

To edit the values of the settings for the encrypted connections scan using a configuration file:

  1. Output the general application settings to a configuration file, as described above.
  2. Edit the values of the necessary parameters in the file and save the changes.
  3. Execute the command:

    kesl-control --set-net-settings --file <path to configuration file> [--json]

    where:

    • --file <path to configuration file> is the full path to the configuration file with the settings for the encrypted connections scan.
    • --json is specified to import the settings from the configuration file into the application in JSON format. If the --json key 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:

kesl-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.

Page top