Product line
PME 9.0
Environment
Internet Information Services
Cause
Users with Windows servers may occasionally encounter an issue when an imported certificate disappears from the list of server certificates. Most often, this happens right after completing certificate request in Internet Information Services (IIS) Manager and refreshing the list of certificates.
In order to make the certificate reappear, you will need to force the link between the certificate and the private key using the following steps:
PME 9.0
Environment
Internet Information Services
Cause
Users with Windows servers may occasionally encounter an issue when an imported certificate disappears from the list of server certificates. Most often, this happens right after completing certificate request in Internet Information Services (IIS) Manager and refreshing the list of certificates.
The lists of server certificates in IIS contain only certificates that are assigned to the corresponding private key and generated along with the certificate signing request (CSR) used for activating a particular certificate. When the link between the certificate and the private key is broken for some reason, the certificate disappears.
ResolutionIn order to make the certificate reappear, you will need to force the link between the certificate and the private key using the following steps:
- Locate the certificate that was imported when completing certificate request.
- Double-click the certificate and go to the Detailstab.
- In certificate details locate the Serial Number field, click on it and copy its value. Note: Make sure any space in the serial number is removed. It should be a single string of symbols.
- Open Command Prompt.
- In the command prompt type: certutil -repairstore my SerialNumber
- The certificate should appear in IIS manager once the list is refreshed.