Addition to above information:
The server from where Web Hosting is missing is Windows Server 2008 R2
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
Need your help.
I am trying to import a web cert created by local CA but could not find Web Hosting under Console Root. Web Hosting is missing under mmc > Certificates > Console Root > Certificates (Local Computer).
Could you please suggest how to find or recover it or any option to bring it back?
Thanks,
Rattan
It should be
Addition to above information:
The server from where Web Hosting is missing is Windows Server 2008 R2
Hi RD,
Please see if you can add Web Hosting manually. Open Windows PowerShell as administrator and run
New-Item -Path "Cert:\LocalMachine\Web Hosting" -ItemType Directory
Then open certlm.msc and check for the Web Hosting directory.
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.
This can mean that IIS has not been installed in roles and features. The folder is created during IIS install.