= Shibboleth SPv3 Installation on Ubuntu 22.04 LTS = Installation assumes you have already installed Ubuntu Server 22.04 with default configuration and has a public IP connectivity with DNS setup Lets Assume your server hostname as sp.YOUR-DOMAIN All commands are to be run as root and you may use sudo su to become root 1. Install the packages required: {{{ apt update apt install apache2 ca-certificates vim openssl binutils }}} 2. Modify /etc/hosts {{{ nano /etc/hosts }}} {{{ 127.0.0.1 sp.YOUR-DOMAIN sp }}} == Install Shibboleth Service Provider == 3. Install Shibboleth SP: {{{ apt install libapache2-mod-shib ntp --no-install-recommends }}}