b8733eab00
The change replaces the Vagrant box based fixture with a fixture based on docker compose and 2 docker images, one for an openldap server and one for a Shibboleth SAML Identity Provider. The configuration of both openldap and shibboleth is identical to the previous one, in order to minimize required changes in the tests |
||
---|---|---|
.. | ||
README | ||
ca_server.pem | ||
idp-backchannel.crt | ||
idp-backchannel.p12 | ||
idp-browser.key | ||
idp-browser.p12 | ||
idp-browser.pem | ||
idp-encryption.crt | ||
idp-encryption.key | ||
idp-signing.crt | ||
idp-signing.key | ||
sealer.jks | ||
sealer.kver |
README
openssl req -x509 -newkey rsa:4096 -nodes -keyout idp-browser.key -out idp-browser.pem -days 10000 -subj "/CN=localhost" openssl pkcs12 -in idp-browser.pem -inkey idp-browser.key -export -out idp-browser.p12