Advanced Search
Search Results
2 total results found
SSL Installation on Apache 2.4.9
SSL Certificates
SSL order issued + Installation
Question: My SSL Certificate is already active. How do I install it? Answer: 1. Connect to your host ; 2. Turn on SSL mod: sudo a2enmod ssl 3. Check your config path apachectl -S 4. Open your config, e.g. in Ubuntu path would be: /etc/apache2/sites-enabled/00...
Setting up OCSP for Apache server
SSL Certificates
SSL order issued + Installation
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...