How can you import a root certificate to a machine level store in Windows 7
- by ReluctantAdmin01
I have a service (Running as local system) that uses an SSL connection. Currently this connection fails because the remote host used a private CA to sign it's certificate. For previous operating systems, I used to use the certificate manager to import the CA cert into the local machine's Trusted Root certificates store.
Though I can do the steps with a windows 7 machine, it seems after a reboot that the imported certificates are gone. Here are the steps I'm doing in Windows 7:
Open mmc
Add Certificates Snap-in for Local Machine
Navigate to Third-Party Root Certification Authorities/Certificates
Import Root CA Cert.
The certificate seems to work fine, using internet explorer or the service to test the SSL connection works, but after a reboot it seems like the change is reverted.