The administration of a hybrid deployment that connects on-premises Exchange Server with Exchange Online, enabling seamless integration and centralized control.
Hi @Rising Flight
Thank you for posting your question in the Microsoft Q&A forum.
In almost all cases, this root certificate is installed automatically by Windows, not by Exchange and not by your admins.
Windows devices participate in the Microsoft Trusted Root Certificate Program, which silently updates root certificates through:
-Windows Update (when enabled).
-Automatic Root Certificate Update mechanism built into Windows when a certificate chain is encountered.
When trust is required:
-Servers relaying mail only inside your LAN to an on‑prem Exchange receive connector
These do not need DigiCert Global Root G2. They only need to trust your on‑prem Exchange certificate, which they already do.
-Servers using Direct Send via Exchange Online (MX = .mail.protection.outlook.com)
These do need DigiCert Global Root G2, because they establish a TLS session directly with Exchange Online.
-Servers using a smart host > Exchange on‑prem > Exchange Online
The application server itself does not need DigiCert’s root. Only the hybrid Exchange servers that perform the TLS handshake with Exchange Online must trust it.
DigiCert Global Root G2 is included in the Microsoft root store for:
-Windows Server 2012 R2
-Windows Server 2016
-Windows Server 2019
-Windows Server 2022
-Windows 10 / 11
As long as the OS can receive Microsoft’s root certificate updates, the DigiCert Global Root G2 certificate will be installed automatically regardless of Windows Server version.
Manual import may be required only for:
-Offline servers
-Servers with "Do not automatically update root certificates" policy applied
-Locked‑down servers in highly isolated networks
Run the following on Exchange to confirm presence of DigiCert Global Root G2:
Get-ChildItem Cert:\LocalMachine\Root | Where-Object {$_.Thumbprint -eq "DF3C24F9BFD666761B268073FE06D1CC8D4F82A4"}
If it appears in the Root store, Windows installed it automatically unless Group Policy prevented root updates.
I hope this information is helpful.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.