Match each Public Key Infrastructure (PKI) component on the left with its primary function on the right.
- Certificate Authority (CA)A trusted entity that validates identities and issues digital certificates.
- Certificate Signing Request (CSR)An encoded application file containing identity details and a public key sent to obtain a certificate.
- Certificate Revocation List (CRL)A published record of digital certificates that have been invalidated prior to their scheduled expiration date.
- Public Key Infrastructure (PKI)The framework of policies, hardware, software, and procedures used to manage digital certificates.
Answer
Certificate Authority (CA) matches with the trusted entity that validates identities and issues certificates. Certificate Signing Request (CSR) matches with the encoded application file containing identity details and a public key. Certificate Revocation List (CRL) matches with the published record of invalidated certificates. Public Key Infrastructure (PKI) matches with the framework of policies, hardware, software, and procedures.
Matching each term to its core function correctly aligns the elements of digital certificate lifecycle management: the CA issues certificates, the CSR requests them, the CRL tracks revoked certificates, and PKI provides the overall management framework.
Step-by-Step Solution
Key Concept
Digital Certificates and PKI Component Roles