Information to get to know shibboleth system better
curl -o /etc/yum.repos.d/security:shibboleth.repo http://download.opensuse.org/repositories/security://shibboleth/CentOS_7/security:shibboleth.repo
yum install shibboleth
rpm -qa | grep shibboleth
(This will ensure that you got the right version of Shibboleth installed)- The runtime Shibboleth directory will now exist at
/etc/shibboleth
systemctl status ntpd
(if inactive, runsystemctl start ntpd
)- If Apache httpd is not installed, install it (and the SSL module) via yum:
yum install httpd mod_ssl
- Go to
/etc/httpd/conf/httpd.conf
and addUseCanonicalName On ServerName web.server:80
- Check if
/etc/httpd/conf.d/ssl.conf
exists. If not, runyum install mod_ssl
- Let's make SP alive, run
systemctl start shibd
andsystemctl start httpd
- Try accessing it on
web.server/Shibboleth.sso/Status