Version 1 (modified by 20 months ago) ( diff ) | ,
---|
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
- Install the packages required:
apt update apt install apache2 ca-certificates vim openssl binutils
- Modify /etc/hosts
nano /etc/hosts
127.0.0.1 sp.YOUR-DOMAIN sp
Install Shibboleth Service Provider
- Install Shibboleth SP:
apt install libapache2-mod-shib ntp --no-install-recommends
Note:
See TracWiki
for help on using the wiki.