GetSecureScore

Configure the Apache Server with SSL certificates

Configure the Apache Server with SSL certificates 1. In order to use the key pair, the httpd.conf file will need to be updated. 2. In the Virtual Host section of the httpd.conf file, verify that you have the following 3 directives within this Virtual Host. Please add them if they are not present: SSLCertificateFile /usr/local/ssl/crt/public.crt SSLCertificateKeyFile /usr/local/ssl/private/private.key Read More

GetSecureScore

How to generate a Certificate Signing Request (CSR) for Apache SSL certificates

Certificate Signing Request (CSR) Generation Instructions for Apache SSL Solution This document provides instructions for generating a Certificate Signing Request on Apache. If these instructions do not work for the server, either the vendor of the software or an organization that supports Apache be contacted. Step 1: Generate Private Key The OpenSSL package and is usually Read More