...
The following steps should be followed to migrate a Shibboleth service provider (web server application) from Shibboleth 1.3 to 2.x:
- Back up old configuration files.
- Install Shibboleth SP 2.x.
- Configure the SP software.
- Test the SP software.
- Adapt the web application and server configurations as necessary.
- Test the web application.
Anchor | ||||
---|---|---|---|---|
|
Back up old configuration files
If you install from RPM (strongly recommended), the configuration files, error pages, certificates, etc., in the $PREFIX/etc/shibboleth
directory should be saved when you install the Shibboleth 2 SP RPMs. But we still recommend making a copy of the /etc/shibboleth directory for safety. You should also save a copy of the shibd init script (/etc/rc.d/init.d/shibd
).
Anchor | ||||
---|---|---|---|---|
|
Install Shibboleth SP 2.x
...