-X is a prefix indicating that the command belongs to the group of commands for managing the Sandbox integration settings.
kesl-control --add-sandbox-server-certificate
This command adds or replaces a previously added certificate of the server responsible for interaction with Sandbox.
Command syntax
kesl-control [-X] --add-sandbox-server-certificate <file>
Arguments and keys
<file> is the path to the file containing the server certificate.
kesl-control --remove-sandbox-server-certificate
This command removes the certificate of the server responsible for interaction with Sandbox.
Command syntax
kesl-control [-X] --remove-sandbox-server-certificate
kesl-control --query-sandbox-server-certificate
This command displays information about the certificate of the server responsible for interaction with Sandbox.
Command syntax
kesl-control [-X] --query-sandbox-server-certificate
kesl-control --add-sandbox-client-certificate
This command adds or replaces a previously added client certificate used to secure the connection to the server responsible for interaction with Sandbox.
Command syntax
kesl-control [-X] --add-sandbox-client-certificate <file>
Arguments and keys
<file> is the path to the cryptocontainer (PFX archive) containing the client certificate and private key.
kesl-control --remove-sandbox-client-certificate
This command removes a client certificate used to secure the connection to the server responsible for interaction with Sandbox.
Command syntax
kesl-control [-X] --remove-sandbox-client-certificate
kesl-control --query-sandbox-client-certificate
The command outputs information about a client certificate.
Command syntax
kesl-control [-X] --query-sandbox-client-certificate
kesl-control --sandbox
This command sends files for scanning to Sandbox.
Command syntax
kesl-control [-X] --sandbox <path 1> <path 2>
Arguments and keys
<path> is the path to the file or directory that you want to scan. You can specify multiple paths by separating them with a space.