Changes between Version 2 and Version 3 of idpiam2018


Ignore:
Timestamp:
Sep 3, 2018, 7:25:12 AM (6 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • idpiam2018

    v2 v3  
    2424
    25253. Define the costants `JAVA_HOME` and `IDP_SRC` inside `/etc/environment`:
    26  *  
     26 *
    2727{{{
    2828update-alternatives --config java
     
    1261268. Import the JST libraries to visualize the IdP `status` page:
    127127 *
    128    {{{
     128{{{
    129129   cd /opt/shibboleth-idp/edit-webapp/WEB-INF/lib
    130130}}}
    131131 *
    132    {{{
     132{{{
    133133   wget https://build.shibboleth.net/nexus/service/local/repositories/thirdparty/content/javax/servlet/jstl/1.2/jstl-1.2.jar
    134134 }}}
     
    1401409. Change the owner to enable '''tomcat8''' user to access on the following directories:
    141141 *
    142    {{{
     142{{{
    143143   chown -R tomcat8 /opt/shibboleth-idp/logs/
    144144}}}
    145145 *
    146    {{{
     146{{{
    147147   chown -R tomcat8 /opt/shibboleth-idp/metadata/
    148148}}}
    149149 *
    150    {{{
     150{{{
    151151   chown -R tomcat8 /opt/shibboleth-idp/credentials/
    152152}}}
    153153 *
    154    {{{
     154{{{
    155155   chown -R tomcat8 /opt/shibboleth-idp/conf/
    156156}}}
     
    16116110. Disable default apache configuration:
    162162 *
    163    {{{
     163{{{
    164164   a2dissite 000-default
    165165}}}
     
    16716711. Create a new configuration file as `idp.conf` with the following:
    168168 *
    169    {{{
     169{{{
    170170   vim /etc/apache2/site-available/idp.conf
    171171}}}
     
    181181   Enable Apache2 modules:
    182182 *
    183    {{{
     183{{{
    184184   a2enmod proxy_http ssl headers alias include negotiation
    185185}}}
    186186   Restart the Apache service:
    187  *
    188    {{{
     187{{{
    189188   service apache2 restart
    190189}}}