Skip to content

Commit

Permalink
add commented option in test-compose sp Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed Oct 26, 2018
1 parent 5085ee8 commit 1599019
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test-compose/sp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ ADD container_files/testsp.crt /etc/pki/tls/certs/
ADD container_files/testsp.key /etc/pki/tls/private/
ADD container_files/index.php /var/www/html/secure/

## Uncomment the two lines below to generate new signing and encryption keys/certs for the Shibboleth SP
#RUN /etc/shibboleth/keygen.sh -o /etc/shibboleth/ -f -h my.special.name -y 10 -n sp-signing && \
# /etc/shibboleth/keygen.sh -o /etc/shibboleth/ -f -h my.special.name -y 10 -n sp-encrypt


EXPOSE 8443

0 comments on commit 1599019

Please sign in to comment.