SY0-301 · Question #22
A CRL is comprised of:
The correct answer is D. Public keys. A Certificate Revocation List (CRL) is a list published by a Certificate Authority (CA) that contains digital certificates that have been revoked before their expiration date. Digital certificates bind an identity to a public key, so a CRL is effectively a list of public keys…
Question
A CRL is comprised of:
Options
- AMalicious IP addresses.
- BTrusted CA's.
- CUntrusted private keys.
- DPublic keys.
How the community answered
(53 responses)- B4% (2)
- C2% (1)
- D94% (50)
Explanation
A Certificate Revocation List (CRL) is a list published by a Certificate Authority (CA) that contains digital certificates that have been revoked before their expiration date. Digital certificates bind an identity to a public key, so a CRL is effectively a list of public keys (via their associated certificates) that are no longer trusted. When a client encounters a certificate, it checks the CRL to verify the certificate has not been revoked. The other options are incorrect: CRLs do not contain malicious IP addresses (that would be a blocklist), trusted CAs (that is a trust store), or untrusted private keys (private keys are never distributed publicly).
Topics
Community Discussion
No community discussion yet for this question.