Changes between Version 25 and Version 26 of idpiam2018


Ignore:
Timestamp:
Sep 13, 2018, 7:01:36 AM (6 years ago)
Author:
admin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • idpiam2018

    v25 v26  
    161161
    162162
    163 10. Create a Certificate and a Key self-signed for HTTPS and enable secure web server. '''(Skip step 10 if you are installing IDP on a production environment)'''
     16310. Create a Certificate and a Key self-signed for HTTPS and enable secure apache web server as the front-end. '''(Skip step 10 if you are installing IDP on a production environment)'''
    164164*
    165165{{{
     
    345345
    346346
    347 == Configure Apache Tomcat 8 ==
     347== Configure Tomcat 8 to run as the Back-end ==
    348348
    34934914. Modify `server.xml`:
     
    390390}}}
    391391{{{
    392      <Context docBase="/opt/shibboleth-idp/war/idp.war"
    393               privileged="true"
    394               antiResourceLocking="false"
    395               swallowOutput="true"/>
     392<Context docBase="/opt/shibboleth-idp/war/idp.war"
     393         privileged="true"
     394         antiResourceLocking="false"
     395         swallowOutput="true"/>
    396396}}}
    39739716. Create the Apache2 configuration file for IdP: