Back to Guides
Windows ADCSNEW

What is ADCS?

Active Directory Certificate Services Explained

8 min readDecember 2025
What is ADCS - Active Directory Certificate Services overview showing certificate issuance to users, computers, and web servers within an enterprise network

What is ADCS?

Active Directory Certificate Services (ADCS) is Microsoft's built-in Certificate Authority that comes with Windows Server. It lets you issue certificates for internal use - things like Wi-Fi authentication, VPN, code signing, document encryption, and internal websites.

Think of ADCS as your organization's own certificate factory. Instead of paying a public Certificate Authority for every internal certificate you need, you run your own CA that creates certificates trusted within your company.

ADCS vs Public CAs

AspectADCS (Private CA)Public CA (DigiCert, Let's Encrypt)
Trust ScopeYour organization onlyEntire internet
CostWindows Server licensePer-cert or subscription
Use CasesInternal services, devices, usersPublic websites
Browser TrustMust deploy root certAlready trusted
ValidationYou control itCA validates you
Certificate TypesUnlimited custom templatesStandard offerings

When to Use ADCS

Good Fit

  • Internal web applications
  • Wi-Fi (802.1X) and VPN authentication
  • Smart card logon
  • Code signing for internal apps
  • Email encryption (S/MIME) internally
  • Device certificates for MDM
  • Internal API mTLS

Don't Use For

  • Public-facing websites (users would see certificate warnings)
  • Anything external users access
  • Mobile apps distributed publicly

Why not? External users don't have your root certificate installed. They'll see scary "Your connection is not private" warnings.

What You Get with ADCS

ADCS includes several components that work together to provide a complete enterprise PKI:

Next Steps

Related Resources