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.
Follow these instructions to install and configure the AD CS:
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.
Note that we will actually issue certificates in Setup a Point To Site VPN to Azure so further steps will be explained there.