Hello Budhram, Kevon-admin,
When a root CA certificate approaches expiration, the renewal must be handled carefully to avoid breaking the trust chain. The supported method is to renew the root CA certificate using the Certification Authority console (certsrv.msc) on the root CA itself. Right‑click the CA, choose All Tasks → Renew CA Certificate, and select whether to generate a new key pair or reuse the existing one. If you generate a new key, you must publish the renewed root certificate to Active Directory (certutil -dspublish <certfile> RootCA) and distribute it to all trusted stores via Group Policy. If you reuse the existing key, the trust chain remains intact and subordinate CAs continue to validate without re‑issuance.
After renewal, confirm that the new root certificate is present in Trusted Root Certification Authorities on all domain members and that subordinate CA certificates chain correctly to the renewed root. Do not attempt manual replacement of certificates in the NTAuth store or registry, as this can break enrollment. The renewal should be scheduled well before the expiration date to allow replication and distribution across the forest.
If my answer is useful for you, please hit Accept the answer to support me.
Thank you,
HL.