mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-20 17:27:23 +00:00
Update in the note section
As pointed by the user, the note section of the document has been updated to reflect the correct information regarding NTAuth. Problem: https://github.com/MicrosoftDocs/windows-itpro-docs/issues/8709
This commit is contained in:
parent
ffc66f732e
commit
6ebb552781
@ -81,7 +81,13 @@ Sign-in a certificate authority or management workstations with _Enterprise Admi
|
||||
The certificate template is configured to supersede all the certificate templates provided in the certificate templates superseded templates list. However, the certificate template and the superseding of certificate templates is not active until you publish the certificate template to one or more certificate authorities.
|
||||
|
||||
> [!NOTE]
|
||||
> The domain controller's certificate must chain to a root in the NTAuth store. By default, the Active Directory Certificate Authority's root certificate is added to the NTAuth store. If you are using a third-party CA, this may not be done by default. If the domain controller certificate does not chain to a root in the NTAuth store, user authentication will fail.
|
||||
> The CA issuing the domain controller certificate must be included in the NTAuth store. By default, the Active Directory Certificate Authority's root certificate is added to the NTAuth store. If you are using a multi-tier CA hierarchy or a third-party CA, this may not be done by default. If the Domain Controller certificate does not directly chain to a CA certificate in the NTAuth store, user authentication will fail.
|
||||
|
||||
To check the NTAuth certificate, you can use the below powershell command
|
||||
|
||||
```powershell
|
||||
Certutil -viewstore -enterprise NTAuth
|
||||
```
|
||||
|
||||
### Publish Certificate Templates to a Certificate Authority
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user