Intermediate Mozilla SSL Configuration with Apache
This guide will help you configure your Apache SSL with Intermediate Mozilla SSL Configuration.
Step 1: Navigate to Mozilla's SSL Configuration Generator
Generate a Intermediate configuration for SSL, using the Mozilla SSL Configuration Generator.
- Navigate to https://ssl-config.mozilla.org/
- Select Apache under Server Software
- Select Intermediate under Mozilla Configuration
- Enter the Server Version and OpenSSSL Version in the Enviroment settings. Or leave as default for the latest versions
- The Intermediate SSL configuration for Apache will be generated below
- Copy the contents of the gernerated text
Step 2: SSL Configuration
- Edit your Apache SSL configuration file
sudo nano /etc/apache2/sites-available/[YOUR-SITE-NAME]-ssl.conf
- Paste the contents of the Mozilla SSL configuration
- Remember to modify the configuration so it fits your server