Table of Contents

Active Directory Certificate Services on Windows Server 2016

Summary: How to setup active directory certificate services on a domain controller.
Date: Around 2017
Refactor: 20 February 2025: Checked links and formatting.

This is a follow up on Active Directory Domain Controller in Azure. My next project is to create a PointToSite VPN towards the same azure environment but that requires certificates. And that brings in Certificate Services. Now remember, installing the Root CA in the same server that is a Domain Controller is not considered best practice. Reasons (among others) are:

But there are also benefits. Since you need less servers you pay less for OS, (virtual) hardware and licenses. This is especially a benefit if you are running a lab environment that is limited on budget.

Note that this kind of CA setup is also known as “Enterprise root CA on a Domain Controller online” and is only considered acceptable for lab environments.

Install Active Directory Certificate Services (AD CS)

Follow these instructions to install and configure the AD CS:

adcs201601.jpg


adcs201602.jpg


adcs201603.jpg


adcs201604.jpg


When the installation is done could use the link provided after the installation to start the configuration, but as we already used that method to start the configuration in Active Directory Domain Controller in Azure we'll use another way this time. Click Close to close the installation window.

Configure Active Directory Certificate Services (AD CS)

adcs201605.jpg


adcs201606.jpg


adcs201607.jpg


adcs201608.jpg


adcs201609.jpg


adcs201610.jpg


adcs201611.jpg


adcs201612.jpg


adcs201613.jpg


adcs201614.jpg


adcs201615.jpg


Verify the Installation

adcs201616.jpg


Note that we will actually issue certificates in Setup a Point To Site VPN to Azure so further steps will be explained there.

Useful Links