Unable to add certificate to the Trusted Root Certification Authorities in Windows 7
I am trying to add an apple developer certificate for sending Push notifications to my Trusted Root Certification Authorities section. I get an error like so: "The import failed because the store was read only, the store was full or the store did not open correctly"
I am logged in as an administrator. I can't think of any way to solve this. Has anyone been able to fix a similar issue before?
Thanks for your time...
Solution 1:
I managed to solve a similar problem I was having by following the instructions here (here adapting steps 3 and 12 to read "Trusted Root Certification Authorities" instead of "Trusted Publishers"):
- Download and save the certificate.
- Open the Certificate Manager
- Hit Windows+R, or click on the Blue Vista icon in the lower left hand corner
- In the "Start Search" box, type "certmgr.msc" (no quotes).
- The certificate manager will open.
- Right click on "Trusted Root Certification Authorities" from the folder list on the left.
- In the pop-up menu, choose "All Tasks" >> "Import.."
- Click the "Next" button
- Click the "Browse" button
- Browse to the location where the certificate is saved, click on it then click the "Open" button
- Click the "Next" button
- Select "Place all certificates in the following store"
- Click the "Browse" button
- Put a checkmark beside "Show physical stores"
- Expand the "Trusted Root Certification Authorities" folder
- Click "Local Computer"
- Click the "OK" button.
- Click the "Next" button
- Click the "Finish" button
Basically the bit I was missing when trying to import the certificate was to drill down into the "Local Computer" folder underneath the "Trusted Root Certification Authorities" folder.