Windows Admin Center Can't Access .local Domain After .com Cert Install

Joe Hinkle 0 Reputation points
2025-11-04T18:08:47.92+00:00

This is a new install of Admin Center. I initially installed it using the self signed cert and setup our new cluster. So I can see several servers and they are currently working as of this writing.

Our domain is .local. But I installed a wildcard *.domain.com cert onto the server and created an A record in a split brain zone in AD. I loaded the cert in using the below commands and I can log in via the Web GUI using the new cert.

Import-Module "$env:ProgramFiles\WindowsAdminCenter\PowerShellModules\Microsoft.WindowsAdminCenter.Configuration"

Set-WACCertificateSubjectName -Thumbprint "myThumprint"

Set-WACCertificateAcl -SubjectName "CN=myDomain.com"

Restart-Service -Name WindowsAdminCenter

I have manually added the Network Service account to the certs security in Cert Management. When I try to do anything with Active Directory in Admin Center I get the below message:

{9ADBDFDE-77EB-48CE-B875-5A1F19D7DE29}

If I try to manually add a server I get this message:

{DAD4D384-C13C-401E-A83C-B72FD777837D}

I am thinking that the issue is now it's trying to look for my domain at .com. Even though we have our domain setup with an alias for m365 you can't use it to find servers and talk to AD. Has anyone done something similar where they use a .com cert on a .local domain?

I will continue troubleshooting but at this point I opened up perms on the new cert all the way so I don't believe it's a permission issue.

{F9B3EC20-46F6-4CB2-8C28-BD15D45FFB9C}

Any ideas on how to fix this? I may revert to self signed to see if it works.

Windows for business | Windows Server | Directory services | Certificates and public key infrastructure (PKI)
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Joe Hinkle 0 Reputation points
    2025-11-04T18:25:36.0866667+00:00

    I should have waited to post this as I've now found the answer. The issue appears to be a FQDN that needed updated.

    It appears that you can't change domain type, .local to .com, via CLI. You need to rerun the installer and use the custom install option. After you import the cert you will be prompted with a FQDN page. Make sure to change .local to .com on that page and when the server finishes setting up again it will work.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.