Dies ist eine alte Version des Dokuments!


Shib IdP herunterladen, Signatur überprüfen und entpacken. Die aktuelle IdP-Version findet sich stets unter http://shibboleth.net/downloads/identity-provider/latest/

root@idp:~# mkdir /opt/install
root@idp:~# cd /opt/install
root@idp:/opt/install# wget https://shibboleth.net/downloads/identity-provider/latest/shibboleth-identity-provider-3.3.0.tar.gz
root@idp:/opt/install# wget https://shibboleth.net/downloads/identity-provider/latest/shibboleth-identity-provider-3.3.0.tar.gz.asc
root@idp:/opt/install# wget https://shibboleth.net/downloads/PGP_KEYS
root@idp:/opt/install# gpg --import PGP_KEYS
root@idp:/opt/install# gpg --verify shibboleth-identity-provider-3.3.0.tar.gz.asc shibboleth-identity-provider-3.3.0.tar.gz
root@idp:/opt/install# tar -xzf shibboleth-identity-provider-3.3.0.tar.gz

Vor Installation und Konfiguration lohnt sich ein Blick auf die Release Notes

  • Zuletzt geändert: vor 9 Jahren