This is a mirror of official site: http://jasper-net.blogspot.com/

How to add Root Certificate and Intermediate Certificate to a Windows Operating System

| Wednesday, September 14, 2011
If you are using a PKI (Public Key Infrastructure), you may found out that Root Certificate and Intermediate Certificate may need be installed manually for Workgroup computers.

Also, in case that you don’t use Active Directory (e.g. GPO etc.) to publish the Root Certificate and Intermediate Certificate details, you may need to add this certificates manually.

To accomplish this task, please use the following commands:

Installing Root Certificate: “Certutil -addstore -f Root MyRootCACertificate.crt”

Installing Intermediate Certificate: “Certutil -addstore -f CA MySubCACertificate.crt”


Read more: Yuval Sinay
QR: how-to-add-root-certificate-and-intermediate-certificate-to-a-windows-operating-system.aspx

Posted via email from Jasper-net

0 comments: