winhttpcertcfg giving access to IIS user in Windows 7

前端 未结 7 1338
青春惊慌失措
青春惊慌失措 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:59

    If you still want to continue using wihHttpCertCfg, then use the below command:

    winhttpcertcfg.exe -i <filename> -c <certificateLocation> -a "ComputerName\IIS APPPOOL\AppPoolName"
    

    I had same issue and I resolved it by above command today.

    0 讨论(0)
提交回复
热议问题