Merge pull request #28 from Venator-Fox/feature/documentation

Clarify location of sample files
This commit is contained in:
Adam Zheng 2017-11-07 17:37:50 -06:00 committed by GitHub
commit b714b40f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -133,6 +133,8 @@ This example will run HAProxy with snakeoil SSL termination for https://localhos
It will also bring up 4 memcached containers, 2 pairs of 2, for phpsession.
This is useful for running a SimpleSAMLphp cluster via some orchestration service such as Rancher.
You will need the `haproxy.cfg` and `docker-compose.yml` files from the Git repository.
Since SimpleSAMLphp will not care about the webroot, an entry to the hosts file can be added to whatever for testing.
Be sure to adjust the HOST environment variable below for whatever localhost self-signed certificate desired.
Of course in production use a real CA, like LetsEncrypt.