From 72a9fc4d7c028bb31493c9d317289f9ba6a4d378 Mon Sep 17 00:00:00 2001 From: Eric Christensen Date: Fri, 30 May 2014 09:16:12 -0400 Subject: [PATCH] Added installation instructions --- Securing_TLS/en-US/mod_ssl.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Securing_TLS/en-US/mod_ssl.xml b/Securing_TLS/en-US/mod_ssl.xml index 365b0bb..2edbade 100644 --- a/Securing_TLS/en-US/mod_ssl.xml +++ b/Securing_TLS/en-US/mod_ssl.xml @@ -8,6 +8,12 @@ Apache web server utilizes mod_ssl to utilize OpenSSL for cryptography. Configuration is handled by the /etc/httpd/conf.d/ssl.conf file and can be modified to support a wide range of ciphers and protocols. +
+ Installation + + To install mod_ssl using yum just issue the following command: yum install mod_ssl openssl. + +
Configuration