Question
What is the role of intermediate certificates in the 'certificate chain' validation?
Asked by: USER3484
84 Viewed
84 Answers
Answer (84)
Intermediate certificates act as links between the end-entity server certificate and the trusted root CA certificate. A valid certificate chain requires all intermediate certificates to be present and correctly ordered, allowing the client to trace the certificate's origin back to a trusted root. Missing intermediate certificates break this chain.