How to Grant IIS 7.5 access to a certificate in certificate store?
Posted
by thames
on Stack Overflow
See other posts from Stack Overflow
or by thames
Published on 2010-04-09T17:01:28Z
Indexed on
2010/04/09
17:03 UTC
Read the original article
Hit count: 493
In Windows 2003 it was simple to do and one could use the winhttpcertcfg.exe (download) to give "NETWORK SERVICE" account access to a certificate.
I'm now using Windows Server 2008 R2 with IIS 7.5 and I am unable to find where and how to set permissions access permissions to a certificate in the certificate store. This Post showed how to do it in Vista and that winhttpcertcfg features were added into the certificates mmc however it doesn't seem to work with imported certificates or doesn't work anymore on Server 2008 R2.
So does anyone have any idea on how give IIS 7.5 the correct permissions to read a certificate from the certificate store? And also what account from IIS 7.5 that needs the permission.
© Stack Overflow or respective owner