Collections:
Other Resources:
What Is OCSP (Online Certificate Status Protocol)
What is OCSP (Online Certificate Status Protocol)?
✍: FYIcenter.com
OCSP (Online Certificate Status Protocol) is
an Internet protocol that allows client systems to communicate
with the CA (Certificate Authority) of an X.509 digital certificate
to verify the status of the certificate.
When a client system receives an X.509 digital certificate from a server, the client system should first make sure the certificate has not been revoked by the CA.
This can be done by sending an OCSP request to CA's OCSP server. The request contains the certificate's identification. The CA's OCSP server will return the current revocation status of the certificate. If the status says revoked, the certificate should be rejected.
Here is a diagram showing how a client system receives a server certificate
and verifies its status using OCSP (source: venafi.com).
Â
⇒ Find OCSP Server URL of Certificate CA
⇠OCSP (Online Certificate Status Protocol)
2016-08-16, ∼9027🔥, 0💬
Popular Posts:
Why I am getting the "cannot lookup how many days to certify for" error when running OpenSSL "ca" co...
How to use the "keytool -genkeypair" command? I want to generate a pair of public key and private ke...
Why I am getting the "error while loading serial number" error when running OpenSSL "ca" command? If...
You can modify the properties of a certificate for a number of reasons: Adding or modifying a displa...
How to export a certificate out of certificate keystores managed by Java Control Panel? If you want ...