Changes between Version 1 and Version 2 of SpSetup


Ignore:
Timestamp:
06/27/11 15:56:35 (13 years ago)
Author:
jpmitchell@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SpSetup

    v1 v2  
    11== [[https://iam.alaska.edu/shib|Shibboleth]] / Shibboleth SP Setup == 
    22 
    3 This page document installing a Shibboleth SP. 
     3This page documents installing a Shibboleth SP. 
     4 
     5UA Supported Configurations: 
     6* Windows and Apache or IIS 
     7* Linux and Apache or IIS 
     8 
     9Installation: 
     101. Download and install the appropriate installers/packages. 
     11 * Windows: (It is recommended the use the MSI.) 
     12   * [[http://www.shibboleth.net/downloads/service-provider/latest/win32/|Latest 32-bit Windows Installer Packages]] 
     13   * [[http://www.shibboleth.net/downloads/service-provider/latest/win64/|Latest 64-bit Windows Installer Packages]] 
     14 * Linux: (It is recommended to use a repo.) 
     15  * [[http://download.opensuse.org/repositories/security://shibboleth/|Binary RPMs]] 
     16  * [[http://www.shibboleth.net/downloads/service-provider/latest/SRPMS/|Source RPMs]] 
     172. Configure the SP 
     18 * Remove and regen the SP keys. 
     19  * Linux: 
     20{{{ 
     21[root@idmt-1 shibboleth]# pwd 
     22/etc/shibboleth 
     23[root@idmt-1 shibboleth]# rm -rf sp-key.pem sp-cert.pem  
     24[root@idmt-1 shibboleth]# ./keygen.sh  
     25Generating a 2048 bit RSA private key 
     26...........................................................................................+++ 
     27.........................................................................................................................................................+++ 
     28writing new private key to 'sp-key.pem' 
     29----- 
     30}}} 
     31  * Windows: TBD 
     32 * Download and setup the IdP's metadata. 
     33  * Linux: 
     34{{{ 
     35[root@idmt-1 shibboleth]# wget https://idp.alaska.edu/idp-metadata.xml 
     36--2011-06-27 15:50:17--  https://idp.alaska.edu/idp-metadata.xml 
     37Resolving idp.alaska.edu... 137.229.114.38 
     38Connecting to idp.alaska.edu|137.229.114.38|:443... connected. 
     39HTTP request sent, awaiting response... 200 OK 
     40Length: 6973 (6.8K) [application/xml] 
     41Saving to: `idp-metadata.xml' 
     42 
     43100%[===================================================================================================================================================================================================>] 6,973       --.-K/s   in 0s       
     44 
     452011-06-27 15:50:17 (302 MB/s) - `idp-metadata.xml' saved [6973/6973] 
     46 
     47}}} 
     48  * Windows: TBD