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