A security administrator is evaluating mechanisms to verify whether a digital certificate has been invalidated before its natural expiration date. Which of the following methods can be used to check the revocation status of an enterprise TLS certificate? (Select TWO.)
- Querying an Online Certificate Status Protocol (OCSP) responder for real-time validationAnswer
- Downloading a Certificate Revocation List (CRL) published by the issuing CAAnswer
- CSubmitting a new Certificate Signing Request (CSR) to the public CA
- DEstablishing a bulk symmetric encryption key session with the remote peer
- EVerifying data integrity using a cryptographic hashing algorithm
Answer
The revocation status of a digital certificate can be checked using Online Certificate Status Protocol (OCSP) queries and Certificate Revocation Lists (CRLs).
Online Certificate Status Protocol (OCSP) queries provide a real-time method to check certificate status with a responder, while Certificate Revocation Lists (CRLs) provide a published list of revoked certificate serial numbers by the CA. Both are standard mechanisms designed specifically to verify revocation status.
Step-by-Step Solution
Key Concept
Certificate Revocation Validation (CRL and OCSP)
Estimated Time:45s