Re: Obtaining an SSL (test) certificate
From: Michel Gallant (neutron_at_nspxistar.ca)
Date: 10/02/03
- Previous message: Vishal Agarwal[MSFT]: "Re: Retrieving CMSG_HASH_ALGORITHM_PARAM from a decoded message"
- In reply to: Thomas Nielsen [AM Production A/S]: "Obtaining an SSL (test) certificate"
- Next in thread: Sergio Dutra [MS]: "Re: Obtaining an SSL (test) certificate"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 2 Oct 2003 12:29:37 -0400
Typical "client certificates" which can be used for client authentication
to IIS servers are usually installed automatically by a client script/control
that generates the public/private RSA keypair. The certs can be used for
signing/encryption email for S/MIME, for client authentication to SSL servers
plus other uses.
You can generate your own certificate for this purpose automatically using
makecert.exe ... installation has nothing to do with the IIS server.
In fact you can have several client certificates (typically in CU MY store).
When IIS is configured to require client authentication, client will be presented
with a "choose one of your certs to present to server".
See also:
http://support.microsoft.com/default.aspx?scid=kb;en-us;315588
- Michel Gallant
MVP Security
"Thomas Nielsen [AM Production A/S]" <jack_pot_dk@h0tmail.com> wrote in message
news:OPPI0eOiDHA.604@TK2MSFTNGP10.phx.gbl...
> Dear all,
>
> I'm working on a client that needs to communicate securely with a server
> over SSL. The server needs to be able to authenticate me, so I need to be
> able to present it with a certificate from a root CA - And not just with any
> certificate I've issued myself.
>
> I've been informed that a Verisign test certificate will work fine, but I'm
> unsure how to actually obtain + install this into my Windows certificate
> store.
> I know how this works with IIS (generate CSR, request certificate, import
> into IIS), but how do you do this when your certificate is not for IIS?.
> Could the same procedure be used? (Generate CSR from IIS, request
> certificate, manually import certificate into "Certificates (Local
> Computer)/personal/certificates", os should this be handled differently?
>
> Thanks,
>
> /Thomas
>
>
- Previous message: Vishal Agarwal[MSFT]: "Re: Retrieving CMSG_HASH_ALGORITHM_PARAM from a decoded message"
- In reply to: Thomas Nielsen [AM Production A/S]: "Obtaining an SSL (test) certificate"
- Next in thread: Sergio Dutra [MS]: "Re: Obtaining an SSL (test) certificate"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|