Setting up OCSP for NGINX server
SSL Certificates
SSL order issued + Installation
Question
How do I set up an OCSP for server-based on NGINX?
Answer
How to enable OCSP Stapling on NGINX:
1. First check that NGINX 1.3.7 or above is installed by running the following command:
nginx –v
Versions lower than 1.3.7 do not support OCSP stapling, so...