Home All Groups Group Topic Archive Search About
Author
24 Feb 2009 9:54 PM
Marcus_Müller
Hi,

I've tried to use makecert to generate a self signed client certificate for
testing purposes with:

makecert -eku 1.3.6.1.5.5.7.3.2 -n "CN=Manuela" -pe -ss My -r

Setup and SSL works fine with Windows Server 2003 and IIS6, the client
certificate is installed on the client.
However, every time I navigate to the site the IE shows an empty selection
box for the client cerficate and I can not access the site.

It look like that I haven't connected the certificate with the web site and
I don't know how to do it.

Many thanks in advance.

Marcus

Author
26 Feb 2009 2:43 PM
Rick Barber
I haven't used self signed certificates before but I would assume it is
similar to how other certificates are assigned to sites.

Go to the properties of the site and click on the Directory Security tab.
Then click the Server Certificate... button.

Click Next and choose 'Assign an existing certificate'.

When you click Next again, it will give you the list of certificates in the
server's Certificate Store.  Choose the appropriate certificate and finish
going through the wizard.

--
Rick Barber

http://www.orcsweb.com
Managed Complex Hosting
#1 in Service and Support

Show quoteHide quote
"Marcus Müller" <marcusmuel***@gmx.de> wrote in message
news:23008DBC-90AF-4001-B44F-A1F7A6590818@microsoft.com...
> Hi,
>
> I've tried to use makecert to generate a self signed client certificate
> for testing purposes with:
>
> makecert -eku 1.3.6.1.5.5.7.3.2 -n "CN=Manuela" -pe -ss My -r
>
> Setup and SSL works fine with Windows Server 2003 and IIS6, the client
> certificate is installed on the client.
> However, every time I navigate to the site the IE shows an empty selection
> box for the client cerficate and I can not access the site.
>
> It look like that I haven't connected the certificate with the web site
> and I don't know how to do it.
>
> Many thanks in advance.
>
> Marcus
Are all your drivers up to date? click for free checkup

Author
2 Mar 2009 7:35 PM
Ken Schaefer
Hi,

IIS will present a list of CAs that it trusts, and IE will then show you
client authentication certificates that are issued by those trusted CAs.

If you have issued a self-signed cert to your client, you will need to
install this certificate as a trusted issuer on your IIS server as well.

This is in addition to any certificate <-> user mapping that you may need to
do.

Cheers
Ken

Show quoteHide quote
"Marcus Müller" <marcusmuel***@gmx.de> wrote in message
news:23008DBC-90AF-4001-B44F-A1F7A6590818@microsoft.com...
> Hi,
>
> I've tried to use makecert to generate a self signed client certificate
> for testing purposes with:
>
> makecert -eku 1.3.6.1.5.5.7.3.2 -n "CN=Manuela" -pe -ss My -r
>
> Setup and SSL works fine with Windows Server 2003 and IIS6, the client
> certificate is installed on the client.
> However, every time I navigate to the site the IE shows an empty selection
> box for the client cerficate and I can not access the site.
>
> It look like that I haven't connected the certificate with the web site
> and I don't know how to do it.
>
> Many thanks in advance.
>
> Marcus

Bookmark and Share