Checked root cert on Exchange On-premise servers and all good.
Next tried to follow your guidance on intermediate as it was not installed.
Then downloaded the bundles "Microsoft 365 Root Certificate Chain Bundle - Worldwide" which was these two files "m365_root_certs_20220331.p7b" and "m365_root_certs_20260316.p7b"
I had no luck getting the Intermediate "DigiCert Global G2 TLS RSA SHA256 2020 CA1" seems to be not part of any of the two bundles. No one with that exact name!
I ended up importing from certlm GUI and it added multiple certs which was not added by using the certutil as described by you those results below:
So you are sure about the name?
Please recheck you guidance on intermediate and please correct it.
My tries on certutil method:
As you specify nothing I did try both via certutil and the one that I guess is newest according to name fails.
[PS] C:\Cert\Microsoft cert bundle>certutil -addstore Root .\m365_root_certs_20260316.p7b
Root "Trusted Root Certification Authorities"
Cannot add a non-root certificate to the root store
CertUtil: -addstore command FAILED: 0x8007000d (WIN32: 13 ERROR_INVALID_DATA)
CertUtil: The data is invalid.
The other one worked:
[PS] C:\Cert\Microsoft cert bundle>certutil -addstore Root .\m365_root_certs_20220331.p7b
Root "Trusted Root Certification Authorities"
Signature matches Public Key
Certificate "thawte Primary Root CA - G3" added to store.
Signature matches Public Key
Certificate "DigiCert Global Root G2" added to store.
Signature matches Public Key
Related Certificates:
Exact match:
Element 2:
Serial Number: 04000000000121585308a2
Issuer: CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R3
NotBefore: 18-03-2009 11:00
NotAfter: 18-03-2029 11:00
Subject: CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R3
Signature matches Public Key
Root Certificate: Subject matches Issuer
Cert Hash(sha1): d69b561148f01c77c54578c10926df5b856976ad
Certificate "GlobalSign" already in store.
Signature matches Public Key
Certificate "Baltimore CyberTrust Root" added to store.
Signature matches Public Key
Certificate "GlobalSign Root CA" added to store.
Signature matches Public Key
Certificate "DigiCert Global Root CA" added to store.
Signature matches Public Key
Certificate "D-TRUST Root Class 3 CA 2 EV 2009" added to store.
Signature matches Public Key
Certificate "Entrust Root Certification Authority - G2" added to store.
Signature matches Public Key
Certificate "CNNIC ROOT" added to store.
Signature matches Public Key
Certificate "DigiCert High Assurance EV Root CA" added to store.
Signature matches Public Key
Certificate "D-TRUST Root Class 3 CA 2 2009" added to store.
Signature matches Public Key
Certificate "Entrust.net Certification Authority (2048)" added to store.
Signature matches Public Key
Certificate "VeriSign Class 3 Public Primary Certification Authority - G5" added to store.
Signature matches Public Key
Certificate "ISRG Root X1" added to store.
CertUtil: -addstore command completed successfully