Difference between revisions of "Shibboleth test environment third attempt"
From MyWiki
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
'''On Centos 6.7, configuring the idp :'''<br> | '''On Centos 6.7, configuring the idp :'''<br> | ||
*yum install -y tomcat6 java-1.7.0-openjdk wget unzip curl<br> | *yum install -y tomcat6 java-1.7.0-openjdk wget unzip curl<br> | ||
+ | *Additionally we could install tomcat extras ie tomcat6-webapps tomcat6-admin-webapps | ||
*[[ We need to ensure port 443 is open.]]<br> | *[[ We need to ensure port 443 is open.]]<br> | ||
*[[ We need to set the JAVA_HOME ]]<br> | *[[ We need to set the JAVA_HOME ]]<br> | ||
*Now, you should read this https://wiki.shibboleth.net/confluence/display/SHIB2/IdPApacheTomcatPrepare <br> | *Now, you should read this https://wiki.shibboleth.net/confluence/display/SHIB2/IdPApacheTomcatPrepare <br> | ||
− | *OK first read https://wiki.shibboleth.net/confluence/display/SHIB2/IdPInstall | + | *OK first read https://wiki.shibboleth.net/confluence/display/SHIB2/IdPInstall ( to download Shibboleth ) |
*[[ Edit the tomcat script ]]<br> | *[[ Edit the tomcat script ]]<br> | ||
*[[ Test from the command line ]] <br> | *[[ Test from the command line ]] <br> | ||
*[[ Making config changes to Apache for mod_jk ]]and SSL<br> | *[[ Making config changes to Apache for mod_jk ]]and SSL<br> | ||
*[[ Configure Shibboleth Idp ]]<br> | *[[ Configure Shibboleth Idp ]]<br> |
Latest revision as of 13:23, 9 October 2015
On Centos 6.7, configuring the idp :
- yum install -y tomcat6 java-1.7.0-openjdk wget unzip curl
- Additionally we could install tomcat extras ie tomcat6-webapps tomcat6-admin-webapps
- We need to ensure port 443 is open.
- We need to set the JAVA_HOME
- Now, you should read this https://wiki.shibboleth.net/confluence/display/SHIB2/IdPApacheTomcatPrepare
- OK first read https://wiki.shibboleth.net/confluence/display/SHIB2/IdPInstall ( to download Shibboleth )
- Edit the tomcat script
- Test from the command line
- Making config changes to Apache for mod_jk and SSL
- Configure Shibboleth Idp