cs:tech:idp:shibboleth

Rozdíly

Zde můžete vidět rozdíly mezi vybranou verzí a aktuální verzí dané stránky.

Odkaz na výstup diff

Obě strany předchozí revize Předchozí verze
Následující verze Obě strany příští revize
cs:tech:idp:shibboleth [2020/05/12 16:19]
jan.oppolzer@cesnet.cz [Shibboleth IdP]
cs:tech:idp:shibboleth [2020/06/04 11:20]
jan.oppolzer@cesnet.cz [Instalace] aktualizace na V4.0.1
Řádek 22: Řádek 22:
 # Stažení zdrojového kódu Shibboleth IdP # Stažení zdrojového kódu Shibboleth IdP
 wget -P /opt \ wget -P /opt \
-     ​https://​shibboleth.net/​downloads/​identity-provider/​4.0.0/​shibboleth-identity-provider-4.0.0.tar.gz \ +     ​https://​shibboleth.net/​downloads/​identity-provider/​4.0.1/​shibboleth-identity-provider-4.0.1.tar.gz \ 
-     ​https://​shibboleth.net/​downloads/​identity-provider/​4.0.0/​shibboleth-identity-provider-4.0.0.tar.gz.asc \ +     ​https://​shibboleth.net/​downloads/​identity-provider/​4.0.1/​shibboleth-identity-provider-4.0.1.tar.gz.asc \ 
-     ​https://​shibboleth.net/​downloads/​identity-provider/​4.0.0/​shibboleth-identity-provider-4.0.0.tar.gz.sha256+     ​https://​shibboleth.net/​downloads/​identity-provider/​4.0.1/​shibboleth-identity-provider-4.0.1.tar.gz.sha256
  
 # Přepnutí do adresáře /opt # Přepnutí do adresáře /opt
Řádek 30: Řádek 30:
  
 # Kontrola SHA256 otisku # Kontrola SHA256 otisku
-sha256sum -c shibboleth-identity-provider-4.0.0.tar.gz.sha256+sha256sum -c shibboleth-identity-provider-4.0.1.tar.gz.sha256
  
 # Kontrola GPG podpisu # Kontrola GPG podpisu
-gpg --verify shibboleth-identity-provider-4.0.0.tar.gz.asc+gpg --verify shibboleth-identity-provider-4.0.1.tar.gz.asc
 </​code>​ </​code>​
  
Řádek 40: Řádek 40:
 <code bash> <code bash>
 # Instalace Shibboleth IdP # Instalace Shibboleth IdP
-tar -xzf shibboleth-identity-provider-4.0.0.tar.gz +tar -xzf shibboleth-identity-provider-4.0.1.tar.gz 
-cd shibboleth-identity-provider-4.0.0/+cd shibboleth-identity-provider-4.0.1/
 ./​bin/​install.sh ./​bin/​install.sh
 </​code>​ </​code>​
Řádek 56: Řádek 56:
  
 <code bash> <code bash>
-Buildfile: /​opt/​shibboleth-identity-provider-4.0.0/​bin/​build.xml+Buildfile: /​opt/​shibboleth-identity-provider-4.0.1/​bin/​build.xml
  
 install: install:
Řádek 63: Řádek 63:
 Installation Directory: [/​opt/​shibboleth-idp] ? Installation Directory: [/​opt/​shibboleth-idp] ?
  
-INFO [net.shibboleth.idp.installer.V4Install:​151] - New Install. ​ Version: 4.0.0+INFO [net.shibboleth.idp.installer.V4Install:​151] - New Install. ​ Version: 4.0.1
 Host Name: [idp.example.org] ? Host Name: [idp.example.org] ?
  
Poslední úprava:: 2024/03/27 09:36