winhttpcertcfg giving access to IIS user in Windows 7

前端 未结 7 1366
青春惊慌失措
青春惊慌失措 2020-12-24 10:14

I need to give access to the IIS user to a pfx certificate. The website is running under the App Pool under some user AppPoolUser. IIS automatically has the user name \"IIS

7条回答
  •  时光取名叫无心
    2020-12-24 10:43

    To the original post, you just need to replace the domain "IIS APPPool" with your machine's local domain name - usually the same name as the machine. When WinHttpCertCfg runs, it will turn \ into \" and grant access to the certficate. If you want to work on a dev desktop with local IIS, this should solve your problem. ICACLS only works on servers (which you will ultimately be deploying to).

提交回复
热议问题