Install mod_ssl for HTTPS connections with Apache - CentOS 7

Let's install mod_ssl for HTTPS connection in Apache on CentOS 7.

HTTPS connection is an SSL connection, so mod_ssl is required.

Let's use the yum command to install mod_ssl.

sudo yum -y install mod_ssl

Associated Information