From bf7b7b5ceacb1b232d90a8af10802ffcd232faf7 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Wed, 14 Nov 2018 12:08:33 -0600 Subject: [PATCH] Update Dockerfile --- test-compose/sp/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/test-compose/sp/Dockerfile b/test-compose/sp/Dockerfile index afe4769..6081077 100644 --- a/test-compose/sp/Dockerfile +++ b/test-compose/sp/Dockerfile @@ -14,6 +14,7 @@ ADD container_files/ssl.conf /etc/httpd/conf.d/ 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/ +COPY container_files/attribute-map.xml /etc/shibboleth/ ## 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 && \