Skip to content
Snippets Groups Projects
Commit af5d4fba authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Ostranena chybna konfigurace SSL

parent 33c32688
No related branches found
No related tags found
No related merge requests found
Pipeline #110 passed
...@@ -29,8 +29,6 @@ if [ ! -f /etc/apache2/saml2/idp.xml ]; then ...@@ -29,8 +29,6 @@ if [ ! -f /etc/apache2/saml2/idp.xml ]; then
curl $IDP_METADATA > /etc/apache2/saml2/idp.xml curl $IDP_METADATA > /etc/apache2/saml2/idp.xml
fi fi
sed -i "/{{HOST}}/${HOST}/" /etc/apache2/conf-enabled/mod_auth_mellon.conf
# Create mod_auth_mellon service provider config # Create mod_auth_mellon service provider config
if [ ! -f /etc/apache2/saml2/sp.xml ]; then if [ ! -f /etc/apache2/saml2/sp.xml ]; then
pushd /etc/apache2/saml2 pushd /etc/apache2/saml2
......
ServerName https://{{HOST}}
SetEnv HTTPS
<Location / > <Location / >
MellonEnable info MellonEnable info
MellonEndpointPath /mellon MellonEndpointPath /mellon
......
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