Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
de:shibidp3prepare-idp [2016/10/27 07:48] – angelegt Raoul Gunnar Borenius | de:shibidp3prepare-idp [2017/02/24 14:57] (aktuell) – gelöscht Raoul Gunnar Borenius | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
- | ===== IdP 3.x Vorarbeiten: | ||
- | |||
- | Shib IdP herunterladen, | ||
- | <code bash> | ||
- | root@idp:~# mkdir / | ||
- | root@idp:~# cd / | ||
- | root@idp:~# wget http:// | ||
- | root@idp:~# wget http:// | ||
- | root@idp:~# wget https:// | ||
- | root@idp:~# gpg --import PGP_KEYS | ||
- | root@idp:~# gpg --verify shibboleth-identity-provider-3.x.x.zip.asc shibboleth-identity-provider-3.x.x.zip | ||
- | root@idp:~# unzip shibboleth-identity-provider-3.x.x.zip | ||
- | </ | ||
- | |||
- | Falls geplant ist, mehrere IdPs parallel zu betreiben, empfiehlt es sich, pro Instanz ein eigenes Installations-Quell-Verzeichnis anzulegen: | ||
- | <code bash> | ||
- | root@idp:~# cp -ar shibboleth-identity-provider-3.x.x shibboleth-identity-provider-3.x.x-idp.uni-beispiel.de | ||
- | </ | ||
- | |||
- | **Vor Installation und Konfiguration lohnt sich ein Blick auf die [[https:// | ||