Skip to content

How to Install CA Certificate in Client PC

SimonSunny edited this page Oct 12, 2022 · 1 revision

How to Install CA Certificate in Client PC.

Following command in administrative mode can be used to install certificate in trusted root of the client pc. Rename CANAME with correct name. This command should be running from the path in which this certificate is available.

certutil -addstore "Root" "CANAME.crt"

Manual installation process .

Certificate can also be installed manually . Double click and open the certificate and use the “Install certificate” option.

image

Which will open the Certificate Installation Wizard

image

If the certificate has to be installed for all users , then select Local machine . Windows warning message will show related installation of certificate , one accept the same , following dialing will prompt to select the certificate location.

image

Select Place all certificates in the following store and browse. From the list of folders choose “Trusted Root Certificate Authorities” .

image

Once we complete this selection , select Next which will show the setting summary.

image

Select Finish button which will install certificate in the store.
Now to see the certificate is installed correctly , type “certlm” from command prompt or “manage computer certificate” from windows search. This will open the Local compute certificate store. Select Trusted Root Certification . Once the Certificates is selected this will list the entire trusted certificate in the system. Cross check and see your CA certificate is installed.

Clone this wiki locally