| 3 | | This page document installing a Shibboleth SP. |
| | 3 | This page documents installing a Shibboleth SP. |
| | 4 | |
| | 5 | UA Supported Configurations: |
| | 6 | * Windows and Apache or IIS |
| | 7 | * Linux and Apache or IIS |
| | 8 | |
| | 9 | Installation: |
| | 10 | 1. 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]] |
| | 17 | 2. 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 |
| | 25 | Generating a 2048 bit RSA private key |
| | 26 | ...........................................................................................+++ |
| | 27 | .........................................................................................................................................................+++ |
| | 28 | writing 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 |
| | 37 | Resolving idp.alaska.edu... 137.229.114.38 |
| | 38 | Connecting to idp.alaska.edu|137.229.114.38|:443... connected. |
| | 39 | HTTP request sent, awaiting response... 200 OK |
| | 40 | Length: 6973 (6.8K) [application/xml] |
| | 41 | Saving to: `idp-metadata.xml' |
| | 42 | |
| | 43 | 100%[===================================================================================================================================================================================================>] 6,973 --.-K/s in 0s |
| | 44 | |
| | 45 | 2011-06-27 15:50:17 (302 MB/s) - `idp-metadata.xml' saved [6973/6973] |
| | 46 | |
| | 47 | }}} |
| | 48 | * Windows: TBD |