Cannot access certificate server via https://localhost/certsrv or http://localhost/certsrv on Windows Server 2003.
When you install Certificate Authority on Windows Server 2003 it won't create directory in IIS Server automatically, you have to create directory by yourself. for this do the following;
certsrv directory is located in C:\System32\certsrv;
Solution:
Open up Command Prompt
and run Certutil -vroot Command.
The above command will create a certsrv directory that will be accessible from web browser.
Comments
Post a Comment