SY0-301 · Question #467
A security administrator needs a locally stored record to remove the certificates of a terminated employee. Which of the following describes a service that could meet these requirements?
The correct answer is D. CRL. A Certificate Revocation List (CRL) is a locally downloadable, CA-signed list of revoked certificate serial numbers, making it the correct service for maintaining a local revocation record.
Question
A security administrator needs a locally stored record to remove the certificates of a terminated employee. Which of the following describes a service that could meet these requirements?
Options
- AOCSP
- BPKI
- CCA
- DCRL
How the community answered
(45 responses)- A4% (2)
- B7% (3)
- C2% (1)
- D87% (39)
Why each option
A Certificate Revocation List (CRL) is a locally downloadable, CA-signed list of revoked certificate serial numbers, making it the correct service for maintaining a local revocation record.
OCSP (Online Certificate Status Protocol) provides real-time certificate revocation status by querying an online responder and does not produce or store a local revocation record.
PKI (Public Key Infrastructure) is the overarching framework of policies, hardware, software, and procedures for managing digital certificates, not a specific revocation record or service.
A Certificate Authority (CA) is the entity that issues and signs certificates; while it publishes CRLs, the CA itself is not the locally stored record used to enumerate revoked certificates.
A CRL is a signed, time-stamped list published by a Certificate Authority that contains the serial numbers of all certificates that have been revoked before their expiration date. Unlike OCSP, which requires a real-time online query, a CRL can be downloaded and stored locally, satisfying the requirement for a locally stored record that administrators use to ensure revoked certificates - such as those belonging to a terminated employee - are no longer trusted.
Concept tested: Certificate Revocation List for local certificate revocation tracking
Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-cs/active-directory-certificate-services-overview
Topics
Community Discussion
No community discussion yet for this question.