Re: httpcertcfg for server 2008



If it doesn't work for some weird reason, this can be done with other
methods. You basically just need a way to identify the private key file in
the machine key directory and then you can modify the permissions using the
Windows shell.

Dominick Baier wrote a little tool in .NET that uses the framework's built
in GUI for displaying certificates to allow you to pick one and then
programmatically finds the machine key file and opens the Windows shell
properties page directly to the file for you. He had the source up on his
blog a while ago.

You can even make an educated guess on which file is the private key file if
you check the machine keys directory right after you install the
cert+private key as the date on the file will coincide. I've used this
approach successfully before.

Joe K.
--
Joe Kaplan-MS MVP Directory Services Programming
Co-author of "The .NET Developer's Guide to Directory Services Programming"
http://www.directoryprogramming.net
--
<paramr@xxxxxxxxxxxxxxxx> wrote in message
news:u8HlziQHJHA.3640@xxxxxxxxxxxxxxxxxxxxxxx
And if you are going to ask why I need this tool, it is because I have
some .net web service code that accesses a remote secure URL that is
protected by client digital certificates. In Server 2003, I had to install
the client cert in the computer certificate store and then use this tool
to give IIS_WPG rights to the certificate. Only then would it work. I am
trying to do the same in Server 2008 now.

TIA!

<paramr@xxxxxxxxxxxxxxxx> wrote in message
news:ez%23fCYQHJHA.944@xxxxxxxxxxxxxxxxxxxxxxx
Below is the download link for the Server 2003 version. What about Server
2008?

http://www.microsoft.com/downloads/details.aspx?FamilyID=c42e27ac-3409-40e9-8667-c748e422833f&displaylang=en



<paramr@xxxxxxxxxxxxxxxx> wrote in message
news:%23Ewt3gPHJHA.4408@xxxxxxxxxxxxxxxxxxxxxxx
Configure permissions on which http user has access to certificates
stored in the computer store

"Meinolf Weber" <meiweb(nospam)@gmx.de> wrote in message
news:ff16fb667d6d8caeb0f4963a580@xxxxxxxxxxxxxxxxxxxxxxx
Hello paramr@xxxxxxxxxxxxxxxx,

Sorry, but for what is it used?

Best regards

Meinolf Weber
Disclaimer: This posting is provided "AS IS" with no warranties, and
confers no rights.
** Please do NOT email, only reply to Newsgroups
** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm

Hi all,

Is the httpcertcfg utility available for Server 2008? If yes, where
can I get it from?

TIA!











.



Relevant Pages