An enterprise security administrator notices that after revoking a compromised employee device certificate, internal applications continue to trust the revoked certificate for up to 24 hours until the next scheduled status update file is generated. The administrator needs to update the PKI architecture so authentication services can query the revocation status of individual certificates in real time without forcing mobile clients to download complete revocation files over low-bandwidth cellular connections. Which of the following should the administrator implement to meet these requirements?
- Online Certificate Status Protocol (OCSP)Cevap
- BCertificate Revocation List (CRL) Distribution Points
- CKey Escrow storage
- DBulk symmetric key rotation
Cevap
Online Certificate Status Protocol (OCSP)
The correct option is Online Certificate Status Protocol (OCSP). OCSP allows services to submit a lightweight request containing a specific certificate's serial number to an OCSP responder and receive an immediate status response (Good, Revoked, or Unknown). This eliminates the time delay associated with scheduled list publications and conserves cellular bandwidth compared to downloading entire lists.
Adım Adım Çözüm
Anahtar Kavram
Certificate Revocation and Real-time Status Validation (OCSP vs CRL)