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 |
||
---|---|---|
.. | ||
templates | ||
README | ||
ca.jks | ||
ca_server.key | ||
ca_server.pem | ||
dhparam.pem | ||
ldap_server.csr | ||
ldap_server.key | ||
ldap_server.pem |
README
certtool -p --outfile ca_server.key certtool -s --load-privkey ca_server.key --template templates/ca_server.conf --outfile ca_server.pem certtool -p --sec-param high --outfile ldap_server.key certtool -c --load-privkey ldap_server.key --load-ca-certificate ca_server.pem --load-ca-privkey ca_server.key --template templates/ldap_server.conf --outfile ldap_server.pem keytool -importcert -file ca_server.pem -alias idp-fixture-ca -keystore ca.jks -noprompt -storepass changeit