From 5d764df7a1778427f070aa126f6ef6877897977c Mon Sep 17 00:00:00 2001 From: villadalmine Date: Tue, 13 Sep 2016 18:31:19 -0300 Subject: [PATCH] Added dockerfile config for ssl --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 84579bb..43ca358 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,6 +35,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 ssl default conf +RUN ln -s /opt/etc/httpd/conf.d/ssl.conf /etc/httpd/conf.d/ssl.conf + #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