Hi Mikhail,
Based on your findings, what you are seeing is not a misconfiguration on your part but rather a known behavior change in Windows Server 2025 Enterprise CA. In this build, user certificate templates no longer automatically populate the Subject Distinguished Name from Active Directory attributes when “Build from Active Directory information” is selected. Instead, the design relies on Subject Alternative Name (SAN) fields such as UPN and email, which explains why those values are correctly populated while the Subject DN remains empty.
This change was introduced to align with modern PKI practices, where SAN is considered the authoritative identity field for user certificates. The Common Name (CN) is now optional and often left blank to avoid ambiguity. That’s why computer certificates still show CN values (as they are tied to DNS names), but user certificates default to SAN-only.
If you require CN values in the Subject DN for legacy applications, you can configure the certificate template to allow manual subject entry or use custom enrollment policies/scripts to populate the CN from AD. Another option is to adjust the template’s “Subject Name” settings to “Supply in the request,” though this requires user or automated enrollment input.
To summarize: this is expected behavior in Windows Server 2025, not a bug. Your troubleshooting confirms the system is working as designed, even though it differs from earlier versions.
If this explanation helps clarify the situation, please hit “Accept Answer” so I know your issue is resolved 😊.
Jason.