Advanced Search
Search Results
4 total results found
Setting up OCSP for Apache server
Question How do I set up an OCSP for server based on Apache? Answer Enable OCSP Stapling on Apache: 1. First check that Apache HTTPD Server 2.3.3 or above is installed by running one of the following commands: apache2 –v httpd -v Versions lower than 2.3.3 do n...
Setting up OCSP for MS Windows Server
Question How do I set up an OCSP for server based on Microsoft Windows Server? Answer Enable OCSP Stapling on Windows Server: 1. Ensure you are using Windows Server 2008 or above. Windows Server 2008 and above – OCSP Stapling is enabled by default. Versions b...
Setting up OCSP for NGINX server
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...
What is OCSP?
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...