Execute this command only when instructed by customer support to apply solution hotfixes.

Uploads a solution to the Management Console endpoint. 

clusterctl solution upload --solution-id <solution_id> --file <sln>

See below for a description of each parameter.

For example:

$ sudo clusterctl solution upload -i certhub -f /home/sysadmin/certhub.sln
Preparing done ╢▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌╟ 100 %
Uploading done ╢▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌╟ 100 %
Processing done ╢▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌▌╟ 100 %
certhub: version 3.1 uploaded

-i, --solution-id <solution_id>

Upload the solution with the <solution_id> the solution identifier.

Run the clusterctl solution info command to get the identifiers of the installed Entrust solutions.

Mandatory: Yes.

-f, --file <sln>

Upload the <sln> solution setup file, where <sln> is the path of the Entrust solution setup file with sln extension. 

Login to trustedcare.entrust.com for downloading this file.

Mandatory: Yes.