From 15990190a20f8498fe565fede5c2255c25a1fb38 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Fri, 26 Oct 2018 21:00:42 +0000 Subject: [PATCH] add commented option in test-compose sp Dockerfile --- test-compose/sp/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test-compose/sp/Dockerfile b/test-compose/sp/Dockerfile index c891d5d..afe4769 100644 --- a/test-compose/sp/Dockerfile +++ b/test-compose/sp/Dockerfile @@ -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