NSE4 · Question #455
Which of the following statements must be true for a digital certificate to be valid? (Choose two.)
The correct answer is A. It must be signed by a "trusted" CA D. It must be still within its validity period. For a digital certificate to be considered valid, it must be issued by a trusted Certificate Authority (CA) and its current date must fall within its specified validity period.
Question
Which of the following statements must be true for a digital certificate to be valid? (Choose two.)
Options
- AIt must be signed by a "trusted" CA
- BIt must be listed as valid in a Certificate Revocation List (CRL)
- CThe CA field must be "TRUE"
- DIt must be still within its validity period
How the community answered
(25 responses)- A92% (23)
- B4% (1)
- C4% (1)
Why each option
For a digital certificate to be considered valid, it must be issued by a trusted Certificate Authority (CA) and its current date must fall within its specified validity period.
A digital certificate is considered valid only if it has been signed by a Certificate Authority (CA) that is implicitly or explicitly trusted by the entity verifying the certificate, forming a chain of trust.
A valid certificate must *not* be listed as revoked in a Certificate Revocation List (CRL); being listed as 'valid' in a CRL is not a condition for validity, as CRLs list *invalid* certificates.
The 'CA field' (Basic Constraints extension with cA:TRUE) indicates if a certificate can function as a Certificate Authority to sign other certificates, which is a property of CA certificates, not a universal requirement for an end-entity digital certificate to be valid.
Every digital certificate includes a 'Not Before' and 'Not After' date, and for the certificate to be valid, the current date and time must fall strictly within this defined validity period.
Concept tested: Digital certificate validity requirements
Source: https://learn.microsoft.com/en-us/windows-server/identity/ad-cs/design/certificate-revocation-and-status-checking
Topics
Community Discussion
No community discussion yet for this question.