Skip to content
Snippets Groups Projects
Commit 1c3d0c4e authored by Alexander König's avatar Alexander König
Browse files

pulling IdP metadata from CLARIN during Docker build

parent 8a4bf96b
No related branches found
No related tags found
No related merge requests found
...@@ -76,6 +76,8 @@ RUN /tmp/shibboleth_sp_with_fastcgi.sh ...@@ -76,6 +76,8 @@ RUN /tmp/shibboleth_sp_with_fastcgi.sh
# copy the init script # copy the init script
RUN cp /opt/shibboleth-sp-fastcgi/etc/shibboleth/shibd-debian /etc/init.d/shibd RUN cp /opt/shibboleth-sp-fastcgi/etc/shibboleth/shibd-debian /etc/init.d/shibd
RUN chmod a+x /etc/init.d/shibd RUN chmod a+x /etc/init.d/shibd
# add IdP metadata from CLARIN server
ADD https://infra.clarin.eu/aai/prod_md_about_spf_idps.xml /opt/shibboleth-sp-fastcgi/var/cache/shibboleth/
# create the test secure folder and set up perl fastcgi # create the test secure folder and set up perl fastcgi
RUN mkdir /opt/nginx/html/secure RUN mkdir /opt/nginx/html/secure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment