-
Notifications
You must be signed in to change notification settings - Fork 0
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.
Which will open the Certificate Installation Wizard
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.
Select Place all certificates in the following store and browse. From the list of folders choose “Trusted Root Certificate Authorities” .
Once we complete this selection , select Next which will show the setting summary.
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.