Skip to main content
U.S. flag

An official website of the United States government

Dot gov

The .gov means it’s official.
Federal government websites often end in .gov or .mil. Before sharing sensitive information, make sure you’re on a federal government site.

Https

The site is secure.
The https:// ensures that you are connecting to the official website and that any information you provide is encrypted and transmitted securely.

Trust Stores

You want your Active Directory domain, including servers and workstations, to trust users’ PIV credentials for authentication. Trust and certificate chains are reviewed in the Certificate Trust overview, and this page includes information on configuring your Active Directory domain.

There are two trust stores to consider for your Active Directory domain:

Trusted Root Certification Authorities Trust Store

You need to publish the Federal Common Policy Certification Authority G2 (COMMON) root certificate to the Trusted Root Certification Authorities trust stores on all your workstations, devices, servers, and domain controllers.

It is recommended to add the COMMON root certificate to a Group Policy Object (GPO) to publish it as a trusted root for all domain users and computers. It is also possible to install it via command line; however, keep in mind that the way a certificate is added to a store (Trusted Root, NTAuth, etc.), is the way the certificate has to be removed from the store in the future. For example, an administrator cannot add certificates locally to a system via command line and then remove the certificate later using a GPO.

Additionally, the root certification authority (CA) for the domain controller certificates must also be in the Trusted Root Certification Authorities trust store on all your workstations, devices, servers, and domain controllers for which the domain controller will be authorizing smart card logon.

Enterprise NTAuth Trust Store

The Enterprise NTAuth trust store is used by your Active Directory domain to determine which CAs to trust for issuing certificates that are authorized for smart card logon. The certificate for the issuing CA of both the smart card certificate and the domain controller certificate must be published to the Enterprise NTAuth store. If your agency will accept PIV credentials issued by another agency or partner, you will need to include all possible issuing CAs in the Enterprise NTAuth store.

Use certutil to publish a certificate to the NTAuth store. This will require Enterprise Admin permissions for the domain.

To publish / add a certificate to NTAuth:

  certutil –dspublish –f IssuingCaFileName.cer NTAuthCA

To view all certificates in NTAuth:

  certutil –viewstore –enterprise NTAuth

To remove certificates in NTAuth:

  certutil –viewdelstore –enterprise NTAuth

Depending on your Active Directory topology, it could take several hours to propagate any changes throughout the agency. To propagate from the domain controller(s) to the enterprise, a group policy update can be forced to an OU via Group Policy Management Console. If troubleshooting a single computer, running either of the following commands, from an elevated command prompt, on the affected computer should work:

  gpupdate /force

or

  certutil -pulse

However, the registry containing this information may not be updated if your agency has the Certificate Services Client - Auto-Enrollment disabled.

In this case, an administrator can add it locally with the command:

  certutil -enterprise -addstore NTAuth IssuingCaFileName.cer

IDManagement.gov

An official website of the General Services Administration

Looking for U.S. government information and services?
Visit USA.gov Edit this page