3

When I click the "Complete Certificate Request" link in IIS 7, I get this error:

Cannot find the certificate request that is associated with this certificate file. A certificate request must be completed on the computer where the request was created.

However, when I open the "Certificates" MMC console, I can see my certificate listed but it doesn't have a little key over the icon. I presume this means it has no private key, is this correct? How can I correct this?

2 Answers 2

1

Is the certificate you're trying to import in .cer or .pfx format? If it is in .cer format, then it is an answer to a Certificate Signing Request (CSR), and it should be imported on the server where the CSR was created, in order to correctly create the key pair; failing this, you'll end up with a certificate without a private key (which is exactly what is happening).

Where did you create the certificate request? On this server on or another? Where exactly is the "Complete Certificate Request" link you're clicking?

If this indeed is the server where you created the CSR, and you're correctly asking IIS to complete it, then you could have hit this bug: http://support.microsoft.com/kb/959216.

2
  • It is a .cer file, and it is on the same server that I issued the CSR from. I have tried that KB article's steps as well, unfortunately it didn't help. Commented Aug 21, 2010 at 17:54
  • KB959216 notes "The certificate is installed correctly despite the error message." Commented Jun 13, 2016 at 19:24
1

I ended up getting a refund and revoking my certificate, and purchased another one from a different CA. The new certificate worked perfectly the first time, that's the last time I buy a cert from the first company.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.