What certificate information links it to the certificate following it in a certificate chain?
• A certificate contains (among other things) a subject name and an issuer name. The issuer name identifies the CA that issued the certificate. The subject name, on the other hand, is the identity of the subject that owns the public key in the certificate. That is, the issuer name in certificate 1 in a chain must be identical to the subject name in certificate 2 in the chain. It continues in the following way: The issuer name in certificate 2 in the chain must be identical to the subject name in certificate 3 in the chain, etc.
Related Questions
- What is the certificate chain for Extended Validation (EV) certificates issued by the InCommon Certificate Service?
- What is the certificate chain for SSL certificates issued by the InCommon Certificate Service?
- What certificate information links it to the certificate following it in a certificate chain?