SY0-501 · Question #511
While troubleshooting a client application connecting to the network, the security administrator notices the following error: Certificate is not valid. Which of the following is the BEST way to check
The correct answer is B. CRL. To determine if a digital certificate is valid after receiving a 'Certificate is not valid' error, the best method is to consult the Certificate Revocation List (CRL).
Question
While troubleshooting a client application connecting to the network, the security administrator notices the following error: Certificate is not valid. Which of the following is the BEST way to check if the digital certificate is valid?
Options
- APKI
- BCRL
- CCSR
- DIPSec
How the community answered
(14 responses)- A7% (1)
- B79% (11)
- D14% (2)
Why each option
To determine if a digital certificate is valid after receiving a 'Certificate is not valid' error, the best method is to consult the Certificate Revocation List (CRL).
Public Key Infrastructure (PKI) is the entire framework for creating, managing, distributing, and revoking digital certificates, not a direct tool for checking a single certificate's validity.
A Certificate Revocation List (CRL) is a list maintained by a Certificate Authority (CA) that contains certificates which have been revoked before their scheduled expiration date. By checking if the client application's certificate appears on the CRL, an administrator can confirm its invalidity due to revocation, addressing the 'Certificate is not valid' error.
A Certificate Signing Request (CSR) is a formatted message sent to a Certificate Authority (CA) to request a new digital certificate, not a method for verifying the validity of an existing one.
Internet Protocol Security (IPSec) is a suite of protocols used to secure IP communications, often utilizing certificates for authentication, but it is not a mechanism for checking certificate validity itself.
Concept tested: Certificate Revocation List (CRL) for certificate validation
Source: https://learn.microsoft.com/en-us/windows/security/identity-protection/smart-cards/smart-card-security-considerations/certificate-revocation-and-status-checking
Topics
Community Discussion
No community discussion yet for this question.