The three kinds of certificate in a chain
Your server presents a leaf certificate — the one issued for your domain name. That leaf is signed by an intermediate certificate belonging to a certificate authority, and the intermediate is signed by a root certificate. The root is the anchor everything else depends on.
The chain exists so that root keys can be kept offline and rarely used, while day-to-day issuance happens through intermediates that can be rotated or revoked without disturbing every browser on earth.
