01-14-06 03:26 AM
Hi,
IIS certificates that enable you to use SSL are stored under Computer
account and not user account. You can always export the private key by doing
this...
open MMC and click File -> Add/Remove Snap-In -> Add... -> Certificates.
Here click on Computer Account and click Next. Check to see that Local
Computer is selected and click Finish.
Now that you have Certificate MMC open Personal Container -> Certificates.
You will see you IIS certificate. Right click on it and select All tasks ->
Export. In the wizard that starts click on Next -> here you must select
"Yes, export the private key" and click on Next. Follow the wizard by
clicking Next. When prompted enter password (and remember it since you won't
be able to do the import without it) and save the file on hard disk. Make
sure that you have *.pfx file. If you got *.cer file you only have public
key.
I hope this helps.
--
Mike
Microsoft MVP - Windows Security
"Vicky" <Vicky@discussions.microsoft.com> wrote in message
news:6C8FF0A0-B63E-4EE7-ABD0-A497C13F7C7D@microsoft.com...
> hi,
>
> when I configure IIS server on a Windows 2000 or 2003 server to use the
> ssl
> protocol, I have to make a certificate request, during which a Key pair
> (public & private) is created.
>
> My public key is sent to the CA alomg with my certificate request which is
> then also embedded in My server certificate by the CA.
>
> I want to know where is my private key stored on my local file system. Can
> I
> also see the public key & is it possible to have both this keys copied to
> a
> desired location as a backup.
>
> Vicky
[ Post a follow-up to this message ]
|