Permalink
Cannot retrieve contributors at this time
executable file
8 lines (6 sloc)
338 Bytes
|
#!/bin/bash |
|
|
|
echo "Linking secrets and config files; using authentication: $AUTHENTICATION" |
|
ln -sf /run/secrets/mp_sp-key.pem /etc/shibboleth/sp-key.pem |
|
ln -sf /run/secrets/mp_host-key.pem /etc/pki/tls/private/host-key.pem |
|
ln -sf /etc/httpd/conf.d/midpoint.conf.auth.$AUTHENTICATION /etc/httpd/conf.d/midpoint.conf |
|
|
|
httpd-shib-foreground |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.