Event ID 103 — AD CS Certification Authority Certificate and Chain Validation

Applies To: Windows Server 2008

Chain or path validation is the process by which end-entity (user or computer) certificates and all certification authority (CA) certificates are processed hierarchically until the certificate chain terminates at a trusted, self-signed certificate. Typically, this is a root CA certificate. Active Directory Certificate Services (AD CS) startup can fail if there are problems with availability, validity, and chain validation for the CA certificate.

Event Details

Product: Windows Operating System
ID: 103
Source: Microsoft-Windows-CertificationAuthority
Version: 6.0
Symbolic Name: MSG_E_MISSING_POLICY_ROOT
Message: Active Directory Certificate Services temporarily added the root certificate of certificate chain %1 to the downloaded Enterprise Root store. If this problem persists, publishing the root certificate to the Active Directory may be necessary.

Resolve

Publish a root CA certificate to Active Directory Domain Services

If the certification authority (CA) was installed very recently, one instance of this error can be considered normal.

If this error persists, or if clients detect similar errors, you can publish the root certificate to Active Directory Domain Services (AD DS) manually. 

To perform this procedure, you must have Manage CA permission, or you must have been delegated the appropriate authority.

To publish a root CA certificate to AD DS:

  1. On the computer hosting the CA, click Start, type cmd and press ENTER.

  2. Type certutil -f -dspublish <CAcert.cer> RootCA and press ENTER.

    The root CA certificate file can be found in %windir%\system32\certsrv\certenroll. Replace *CAcert.cer *with the name of the file containing the root CA certificate.

Verify

To perform this procedure, you must have Manage CA permission, or you must have been delegated the appropriate authority.

To confirm that the certification authority (CA) certificate and chain are valid:

  1. On the computer hosting the CA, click Start, type mmc, and then press ENTER.
  2. If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.
  3. On the File menu, click Add/Remove Snap-in, click Certificates, and then click Add.
  4. Click Computer account, and click Next.
  5. Click Finish, and then click OK.
  6. In the console tree, click Certificates (Local Computer), and then click Personal.
  7. Confirm that a CA certificate that has not expired exists in this store.
  8. Right-click this certificate and select Export to launch the Certificate Export Wizard.
  9. Export the certificate to a file named Cert.cer.
  10. Type Start, cmd and press ENTER.
  11. Type certutil -urlfetch -verify <cert.cer> and press ENTER.
  12. If no validation, chain building, or revocation checking errors are reported, the chain is valid.

AD CS Certification Authority Certificate and Chain Validation

Active Directory Certificate Services