Home All Groups Group Topic Archive Search About

Can't import certificate to IIS

Author
7 Apr 2006 4:55 PM
Gu
Hi
I created a SSL cert request on the IIS. I sent it to the cert
provider.
In the meantime I installed a test certificate on this web site.
Today I got the certificate and tried to install. But it didn't work.
There is no option to process the pending request.
Than I installed the cert using MMC. But there seems to be no
association to the private key.
Any idea how to link the cert to the private key?
I tried to use certutil (copied from a server having cert services
installed), but it didn't work.
I created a new request and tried to install the cert. But it didn't
work.
OS is Windows 2003 Web Edition.
Thanks for help
Thomas

Author
8 Apr 2006 9:25 AM
pcsmitpra
Hello Gu,

Private key is must to install it. Please do following:
Go to IIS >> your domain for which you are installing SSL >> properties >>
Directory services >> Server certificate >> Next >> Remove certificate >>
Finish.

your domain for which you are installing SSL >> properties >> Directory
services >> Server certificate >> Next >>Import certificate >> Path
and it will install certificate.
Now you need to configure it for your web. Goto Properties of domain. On
website TAB >> Advance >> ADD SSL >> Add your IP of wbsite with SSL Port 443.
Save the changes.

And its complete. You will see it works.
Show quoteHide quote
"Gu" wrote:

> Hi
> I created a SSL cert request on the IIS. I sent it to the cert
> provider.
> In the meantime I installed a test certificate on this web site.
> Today I got the certificate and tried to install. But it didn't work.
> There is no option to process the pending request.
> Than I installed the cert using MMC. But there seems to be no
> association to the private key.
> Any idea how to link the cert to the private key?
> I tried to use certutil (copied from a server having cert services
> installed), but it didn't work.
> I created a new request and tried to install the cert. But it didn't
> work.
> OS is Windows 2003 Web Edition.
> Thanks for help
> Thomas
>
>
Author
9 Apr 2006 4:40 AM
Bernard Cheah [MVP]
Well, ask the cert issuer to send you the complete key, then try MMC to
import the cert, follow by assigning the cert to the website.

Show quoteHide quote
"Gu" <gus***@imt.ch> wrote in message
news:1144428947.564381.231600@i39g2000cwa.googlegroups.com...
> Hi
> I created a SSL cert request on the IIS. I sent it to the cert
> provider.
> In the meantime I installed a test certificate on this web site.
> Today I got the certificate and tried to install. But it didn't work.
> There is no option to process the pending request.
> Than I installed the cert using MMC. But there seems to be no
> association to the private key.
> Any idea how to link the cert to the private key?
> I tried to use certutil (copied from a server having cert services
> installed), but it didn't work.
> I created a new request and tried to install the cert. But it didn't
> work.
> OS is Windows 2003 Web Edition.
> Thanks for help
> Thomas
>
Author
9 Apr 2006 6:42 PM
Gu
How I understand IIS do the following if I create a SSL cert request:
- it creates a key pair
- it creates a cert request which includes only the public key
The cert provider creates a certificate and signs the public key
These means the private key is only on the server where the cert
request was created.
My questions is how to bring the certificate delivered by the cert
provider together with the private key stored on my server.
Normaly this is done by IIS if I load the certificate into IIS. This
seems no longer to be possible, because I installed a test cert for
this site in the meantime (after I created the cert request).
Author
11 Apr 2006 6:33 PM
Gu
Hi
in the meantime we created a new cert request and the cert provider
made a new certificate - now it works.
Author
13 Apr 2006 6:47 AM
Bernard Cheah [MVP]
Technically speaking? when the cert is issue to you...it will have the
private key.

Show quoteHide quote
"Gu" <gus***@imt.ch> wrote in message
news:1144780422.971992.117340@z34g2000cwc.googlegroups.com...
> Hi
> in the meantime we created a new cert request and the cert provider
> made a new certificate - now it works.
>