OpenSearch/x-pack/test/idp-fixture/openldap/certs
Ioannis Kakavas b8733eab00 Replace Vagrant with Docker for idp-fixture (#39948)
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
2019-03-13 08:30:03 +02:00
..
templates Replace Vagrant with Docker for idp-fixture (#39948) 2019-03-13 08:30:03 +02:00
README Replace Vagrant with Docker for idp-fixture (#39948) 2019-03-13 08:30:03 +02:00
ca.jks Replace Vagrant with Docker for idp-fixture (#39948) 2019-03-13 08:30:03 +02:00
ca_server.key Replace Vagrant with Docker for idp-fixture (#39948) 2019-03-13 08:30:03 +02:00
ca_server.pem Replace Vagrant with Docker for idp-fixture (#39948) 2019-03-13 08:30:03 +02:00
dhparam.pem Replace Vagrant with Docker for idp-fixture (#39948) 2019-03-13 08:30:03 +02:00
ldap_server.csr Replace Vagrant with Docker for idp-fixture (#39948) 2019-03-13 08:30:03 +02:00
ldap_server.key Replace Vagrant with Docker for idp-fixture (#39948) 2019-03-13 08:30:03 +02:00
ldap_server.pem Replace Vagrant with Docker for idp-fixture (#39948) 2019-03-13 08:30:03 +02:00

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