Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update README.md
chubing committed Nov 6, 2017
1 parent cba1391 commit 115c5f6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
@@ -7,19 +7,19 @@ Components that run in their own container:
* Web Server


"The following files should be modified to your environment:"
### The following files should be modified to your environment:

./test-compose/www/container_files/httpd/localhost.crt (web server SSL cert)
./test-compose/www/container_files/httpd/localhost.crt **(web server SSL cert)**

./test-compose/www/container_files/httpd/localhost.key (private key for the web server)
./test-compose/www/container_files/httpd/localhost.key **(private key for the web server)**

./test-compose/www/container_files/shibboleth/shibboleth2.xml (Configuration file for Shibboleth)
./test-compose/www/container_files/shibboleth/shibboleth2.xml **(Configuration file for Shibboleth)

./test-compose/www/container_files/shibboleth/sp-cert.pem (Certificate for Shibboleth SP)
./test-compose/www/container_files/shibboleth/sp-cert.pem **(Certificate for Shibboleth SP)**

./test-compose/www/container_files/shibboleth/sp-key.pem (Key for Shibboleth SP)
./test-compose/www/container_files/shibboleth/sp-key.pem **(Key for Shibboleth SP)**

./test-compose/data/seed-data/bootstrap.gsh (Modify line that starts with addMember to reflect ePPN/remote_user for administrator)
./test-compose/data/seed-data/bootstrap.gsh **(Modify line that starts with addMember to reflect ePPN/remote_user for administrator)**


./test-compose/data/seed-data/ds-setup.inf

0 comments on commit 115c5f6

Please sign in to comment.