I
am using a NPS server and trying to get certificate based authentication working through this but I believe I need
to use a couple of commands to resolve my error I am receiving when trying to connect:
certutil -dcinfo
certutil -enterprise -addstore NTauth radius-pfx.pfx
when I connect from a client machine the logs within windows server show this:
"A certificate chain processed correctly but one of the CA certificates is not trusted by the policy provider" (error ID 6273)
I am using a public CA and have purchased a SAN and the common name is radius.shoeburyness.club the dns resolves correctly.
Radius works for PEAP with MSCHAPv2 for wifi and wired connections , but I cannot get the certificate based authentication to work
I am looking to use azure for certificate base authentication the Azure AD syncs to Azure AD domain services and then NPS connect to this , this is a requirement.
Can you help me with resolving the error?