SY0-501 · Question #59
A security administrator must implement a system to ensure that invalid certificates are not used by a custom developed application. The system must be able to check the validity of certificates…
The correct answer is C. CRL. To ensure invalid certificates are not used by an application even without internet access, a system must be implemented to check certificate validity offline.
Question
A security administrator must implement a system to ensure that invalid certificates are not used by a custom developed application. The system must be able to check the validity of certificates even when internet access is unavailable. Which of the following MUST be implemented to support this requirement?
Options
- ACSR
- BOCSP
- CCRL
- DSSH
How the community answered
(50 responses)- A4% (2)
- B6% (3)
- C76% (38)
- D14% (7)
Why each option
To ensure invalid certificates are not used by an application even without internet access, a system must be implemented to check certificate validity offline.
A Certificate Signing Request (CSR) is used to request a new certificate from a CA, not to check the validity or revocation status of an existing certificate, especially not offline.
The Online Certificate Status Protocol (OCSP) is an online protocol that queries an OCSP responder in real-time to check certificate revocation status, making it unsuitable when internet access is unavailable.
A Certificate Revocation List (CRL) is a list of revoked certificates published by a Certificate Authority (CA) that can be downloaded and cached by clients. This allows the custom application to check the revocation status of a certificate against a locally stored copy of the CRL, fulfilling the requirement for offline validity checking.
Secure Shell (SSH) is a network protocol for secure remote access and data transfer, not a mechanism for applications to check the revocation status of digital certificates.
Concept tested: Offline Certificate Revocation Checking
Source: https://learn.microsoft.com/en-us/windows/security/identity-protection/hello-for-business/certificate-revocation-and-status-checking
Topics
Community Discussion
No community discussion yet for this question.