Version 2 (modified by jpmitchell@…, 13 years ago) (diff) |
---|
Shibboleth / Shibboleth SP Setup
This page documents installing a Shibboleth SP.
UA Supported Configurations:
- Windows and Apache or IIS
- Linux and Apache or IIS
Installation:
- Download and install the appropriate installers/packages.
- Windows: (It is recommended the use the MSI.)
- Linux: (It is recommended to use a repo.)
- Configure the SP
- Remove and regen the SP keys.
- Linux:
[root@idmt-1 shibboleth]# pwd /etc/shibboleth [root@idmt-1 shibboleth]# rm -rf sp-key.pem sp-cert.pem [root@idmt-1 shibboleth]# ./keygen.sh Generating a 2048 bit RSA private key ...........................................................................................+++ .........................................................................................................................................................+++ writing new private key to 'sp-key.pem' -----
- Windows: TBD
- Linux:
- Download and setup the IdP's metadata.
- Linux:
[root@idmt-1 shibboleth]# wget https://idp.alaska.edu/idp-metadata.xml --2011-06-27 15:50:17-- https://idp.alaska.edu/idp-metadata.xml Resolving idp.alaska.edu... 137.229.114.38 Connecting to idp.alaska.edu|137.229.114.38|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 6973 (6.8K) [application/xml] Saving to: `idp-metadata.xml' 100%[===================================================================================================================================================================================================>] 6,973 --.-K/s in 0s 2011-06-27 15:50:17 (302 MB/s) - `idp-metadata.xml' saved [6973/6973]
- Windows: TBD
- Linux:
- Remove and regen the SP keys.