PKI Interview Questions and Answers
PKI Interview Questions and Answers
3. How does Online Certificate Status Protocol (OCSP) differ from CRL?
Online Certificate Status Protocol (OCSP) and CRL both determine the revocation
status of digital certificates but differ in operation. OCSP provides real-time
status updates by querying an OCSP responder, while CRLs are periodically published
lists. OCSP requires less bandwidth and offers immediate updates, whereas CRLs can
be large and less efficient.
9. What are the potential vulnerabilities in a PKI system and how can they be
mitigated?
Potential vulnerabilities in PKI include key compromise, CA compromise, man-in-the-
middle attacks, revocation issues, and algorithm weaknesses. Mitigation strategies
involve strong key management, CA security, robust certificate validation, regular
updates, and effective revocation management.