Changes between Version 25 and Version 26 of idpiam2018
- Timestamp:
- Sep 13, 2018, 7:01:36 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
idpiam2018
v25 v26 161 161 162 162 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)'''163 10. 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)''' 164 164 * 165 165 {{{ … … 345 345 346 346 347 == Configure Apache Tomcat 8==347 == Configure Tomcat 8 to run as the Back-end == 348 348 349 349 14. Modify `server.xml`: … … 390 390 }}} 391 391 {{{ 392 393 394 395 392 <Context docBase="/opt/shibboleth-idp/war/idp.war" 393 privileged="true" 394 antiResourceLocking="false" 395 swallowOutput="true"/> 396 396 }}} 397 397 16. Create the Apache2 configuration file for IdP: