What is OCSP?
SSL Certificates
SSL order issued + Installation
Question
What is OCSP? What is the purpose of using it?
Answer
OCSP - Online Certificate Status Protocol.
Purpose: verify the validity of the SSL certificate to be sure it's not revoked.
The encryption itself is meaningless unless additional measures are impl...