Versions Compared

Key

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

...

Code Block
# Install the Repo

# CentOS 7 and RHEL 7  
wget -O /etc/yum.repos.d/shibboleth.repo https://shibboleth.net/cgi-bin/sp_repo.cgi?platform=CentOS_7

#CentOS 8 and RHEL 8
wget -O /etc/yum.repos.d/shibboleth.repo https://shibboleth.net/cgi-bin/sp_repo.cgi?platform=CentOS_8

#RockyLinux 9 and RHEL 9
wget -O /etc/yum.repos.d/shibboleth.repo https://shibboleth.net/cgi-bin/sp_repo.cgi?platform=rockylinux9

# Install Shibboleth
yum install shibboleth

# Enable shibboleth
systemctl enable shibd

...