Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added shibmod in DOckerfile
villadalmine committed Sep 13, 2016
1 parent 98293fa commit 27dd706
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
@@ -32,5 +32,9 @@ COPY conf/attribute-map.xml /opt/etc/shibboleth/attribute-map.xml
COPY conf/inc-md-cert.pem /opt/etc/shibboleth/inc-md-cert.pem
COPY conf/shibboleth_keygen.sh /opt/bin/shibboleth_keygen.sh

#Added shib module apache
RUN ln -s /opt/etc/httpd/conf.modules.d/00-shib.conf /etc/httpd/conf.modules.d/00-shib.conf
RUN ln -s /usr/lib64/shibboleth/mod_shib_24.so /etc/httpd/modules/mod_shib_24.so

EXPOSE 80 443
CMD ["httpd-shib-foreground"]
CMD ["httpd-shib-foreground"]

0 comments on commit 27dd706

Please sign in to comment.