# Root Certificate Error **Last Updated On**: 31 Jul 2026 **2 minutes read** ## Problem The patch deployment fails due to an untrusted root certificate issue. You can see the error message: **A certificate chain processed, but terminated in a root certificate**. ## Cause An untrusted root certificate issue occurs when the certificate used to sign a patch is not recognized as trustworthy by the system attempting to install it. This can prevent the patch from being deployed successfully. ## Resolution - To address this issue, avoid distributing the root CA certificate using GPO, as it might target the registry location (such as **HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\SystemCertificates\Root\Certificates**) to deliver the root CA certificate to the client. - Storing the root CA certificate in a different, physical root CA certificate store should resolve the problem. - As an alternative, you can use the **certutil** command-line tool to add the CA certificate stored in the **rootca.cer** file: ``` certutil -addstore root c:\tmp\rootca.cer ``` For alternative resolution methods, please [refer to this document](https://learn.microsoft.com/en-us/troubleshoot/windows-server/certificates-and-public-key-infrastructure-pki/valid-root-ca-certificates-untrusted). If the issue persists even after following the above-mentioned resolutions, please feel free to [contact support](mailto:patchcloud-support@manageengine.com). ## Related articles - [Patch Download Failure Error Oracle 8 And 11](https://www.manageengine.com/patch-management/how-to/patch-download-failure-error-oracle-8-and-11.html) - [Adobe Patch Installation Failure Error Code 1624](https://www.manageengine.com/patch-management/knowledge-base/adobe-patch-installation-failure-error-code-1624.html) - [Adobe Patch Installation Failure Error Code 1625](https://www.manageengine.com/patch-management/knowledge-base/adobe-patch-installation-failure-error-code-1625.html)