Versions Compared

Key

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

...

Expand
titleInstall Shibboleth SP on Centos/RedHat
  1. Visit https://shibboleth.net/downloads/service-provider/RPMS/, choose your platform, then click Generate
  2. Copy generated content to /etc/yum.repos.d/shibboleth.repo
  3. sudo yum install shibboleth.x86_64 ( 64 bit OS )
    sudo yum install shibboleth (32 bit OS )
Expand
titleInstall Shibboleth SP on Ubuntu

sudo apt-get update

sudo apt-get install libapache2-mod-shib2

sudo a2enmod shib

...