Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
themeRDark
titleInstall Apache, mod_ssl and Shibboleth
yum install httpd-2.4.54-1.codeit.el7 mod_ssl-1:2.4.54-1.codeit.el7 shibboleth-3.3.0-1

Install Cert Files in Apache

First obtain a certificate, if you don't already have one: https://letsencrypt.org/

Then install it in Apache: https://www.thegeekdiary.com/centos-rhel-how-to-enable-ssl-for-apache/

Verify Installation

The Apache configuration files should be in /etc/httpd/

...