How to Install, Configure, and Test Certificate Services in a Windows Server 2012 R2 Domain
Part 1 of 5:
Reviewing the Configuration
- Review network configuration.
- Verify IP address, subnet mask, Preferred DNS, and name of the Windows Server 2012 R2 computer: 172.16.150.10, 255.255.255.0, 172.16.150.10, w12r2a10
- Verify IP address, subnet mask, Preferred DNS, and name of the Windows 7 computer: 172.16.150.15, 255.255.255.0, 172.16.150.10, w715.
- Review domain configuration.
- Verify the Windows Server 2012 R2 named w12r2a10, is configured to host the domain kim.com, Passworda10.
- Verify the Windows 7 client, named w7a15, is configured as a kim.com domain member.
- Verify that you have created a domain user named raja.
Part 2 of 5:
Installing, Configuring, and Verifying AD Certificate Services
- Install Active Directory Certificate Services.
- Use the default settings on the machine named w12r2a10, which is hosting domain kim.com.
- Keep the Installation progress window open.
- Configure active directory certificate services.
- Click Configure Active Directory Certificate Services on the destination server when the blue installation progress bar is 100%; this action displays the Credentials window.
- Click Next to display Role Services.
- Click the checkbox next to Certification Authority and click Next.
- Click Next several more times to accept all defaults and display Confirmation.
- Click Configure to display results and verify there is a green circle with a white check mark, and click Close twice.
- Verify Active Directory Certificate Services.
- Open Administrative Tools and double click Certification Authority.
- Expand kim-W12R2A10-CA and click Issued Certificates.
- Right click the white area and click Refresh, if it is empty.
- Reboot the domain controller, if it is still empty after a few refreshes.
- Display Issued Certificates after reboot and scroll the right pane, to review it.
- Notice that w12r2a10.kim.com is listed under Issued Common Name.
Part 3 of 5:
Installing and Browsing Web Server (IIS)
- Install Web server (IIS).
- Configure the default settings, while installing IIS on the machine named w12r2a10, which is hosting domain kim.com.
- Keep the Installation progress windows open.
- Click Close when the blue installation progress bar is 100%.
- Browse Web server (IIS).
- Go to Administrative Tools.
- Double click Internet Information Services Manager.
- Expand w12r2a10 (KIM...) and expand sites.
- Click Default Web Site and then click Bindings under Actions.
- Click Add.
- Click the dropdown menu under Type and select https.
- Click the dropdown under SSL certificate, where you will see the certificates for the certification server, kim-w12r2a01-CA, and the Domain (Web server), w12r2a10.kim.com.
- Click Cancel followed by Close.
Part 4 of 5:
Displaying Domain Member Certificate Configuration
- View certificate on domain member.
- Log on to the domain from w7a15 as user raja. Configure IE to point to your homepage, http://w12r2a10.kim.com.
- Terminate and restart IE to display your homepage.
- Go to IE, Tools, Internet Options, Content, Certificates and click all tabs to view their listings.
- Notice that Intermediate Certification Authorities and Trusted Root Certification Authorities have an entry for Certification Authority server, kim-w12r2a10-CA.
- Notice that Personal is empty; why? Because domain user raja has not requested one.
- Go to IE, Tools, Internet Options, Content, Publishers and click all tabs.
- Notice that Intermediate Certification Authorities and Trusted Root Certification Authorities have an entry for Certification Authority server, kim-w12r2a10-CA.
- Notice that this Personal is also empty.
- Why is a certificate entry in Trusted Root Certification Authorities has an entry, kim-w12r2a01-CA, important? It means that the server is trusted by the member client; specifically, the client can display the https page if the Web server is configured to serve it.
- Display your homepage on w7a15 using https.
- Note that even though the server and client have certificates, https does not work.
- Observe that the reason it does not work is because port 443 is not configured.
Part 5 of 5:
Applying and Verifying Secure Socket Layer (SSL)
- Configure SSL.
- Go to Administrative Tools on the domain controller.
- Double click Internet Information Services Manager and expand w12r2a10 (KIM...)
- Expand sites.
- Click no, if you are prompted about Microsoft Web Platform.
- Click Default Web Site and click Bindings under Actions.
- Click Add.
- Click the dropdown menu under Type and select https.
- Click the dropdown menu under SSL certificate, where you will see the certificate for the certificate server, kim-w12r2a10-CA, and the Domain (Web server), w12r2a10.kim.com.
- Click OK. .
- Notice that https is now listed in Site Bindings.
- Click Close.
- Note that the server is now configured for https access
- Verify SSL.
- Logon to the domain from w7a15 as user raja.
- Display your homepage on w7a15 using https.
- Note that it works, since the server is configured to server https pages.
- Note also that, even though raja does not have a certificate, the https page displayed, because of these reasons.
- w7a15, which raja is using, has a certificate issued by the enterprise CA.
- kim-w12r2a01-CA; specifically, there is now a trust between the domain controller and w7a15
- SSL is configured, but it is not being enforced
4 ★ | 1 Vote
You should read it
- How to Configure CAWE in a Windows Server 2012 R2 Domain
- The best top 10 Public DNS Server you should know now
- Fix the problem when removing Windows Server 2008 Server Core from the domain
- Install Windows Server 2003 and create a backup server
- Learn about .io domain names
- How to join the domain in Windows 7
- How to Fix DNS Server Not Responding Problem
- Deploy Domain System On Windows Server 2003 Active Directory
May be interested
- How to Create an FTP Server on PC or Macthis wikihow teaches you how to create your own ftp server on a windows 10 pc. as of the release of high sierra, macos no longer comes with ftp support.https://blog.macsales.com/42542-upgrading-macos-server-to-high-sierra-you-may-not-wan...
- How to Install, Configure, and Test Windows Server 2012 R2 Single Subnet DHCP Serverdynamic host configuration protocol (dhcp) offers several benefits for managing network properties, such as assigning an ip address to a dhcp client, and when the client no longer exists on the network, the dhcp server may assign the...
- How to Set Up a Git Server with SSH on Windowssetting up a git server with ssh on my lan can be confusing. so many suggestions exist that you may get lost in it. this article will help you install cygwin. this includes installing cygwin on your windows machine. first, install...
- How to Install Windows Server 2008windows server 2008 is a closed source operating system released february 4, 2008 based on windows vista. it has extended support until the 14th january 2020.it is available in both 32 and 64 bit versions but will be the last 32 bit...
- How to Create a Windows Server 2012 R2 Domainin most corporate environments, to accomplish certain tasks inexpensively and quickly, you need a domain. you can configure a windows server 2012 r2 server to host a domain, and when the configuration completes, the server is called a...
- How to Install, Configure, and Test Windows Server 2012 R2windows server 2012 r2 operating system has features that support domain enterprise networks of varying sizes, but to realize the benefits of these features, you must first install, configure, and test it. create the operating system...