Jindrich Skacel

Results 5 comments of Jindrich Skacel

Another solution would be to create cert everytime it start.. Or maybe have special command which users can run.. eg. `docker run -v path_for_certs:/etc/ldap/ssl rroemhild/test-openldap generate_certs.sh` and then mount it...

@lucab85 `prepend` is actually not running before galaxy install command.. :-/ ``` --- version: 0.1 build_arg_defaults: EE_BASE_IMAGE: 'registry.redhat.io/ansible-automation-platform-22/ee-29-rhel8' additional_build_steps: prepend: | COPY RootCA.crt /etc/pki/ca-trust/source/anchors/ RUN /usr/bin/update-ca-trust dependencies: galaxy: requirements.yml ```...

Looks like the issue is because of missing `/etc/ldap/ssl/fullchain.crt`

So.. if you remove these lines https://github.com/rroemhild/docker-test-openldap/blob/master/rootfs/opt/openldap/bootstrap/config/tls.ldif#L3-L5 and rebuild the image, it will start to work Or you need to provide your certificates (with CA) and mount it to `/etc/ldap/ssl`

I've tried to run new container, but it's not recreated: ``` # podman run --rm --name ldap-test -p 11389:10389 -p 11636:10636 -e LDAP_BASEDN="dc=planetexpress,dc=com" docker.io/rroemhild/test-openldap 63591fe5 @(#) $OpenLDAP: slapd (Feb 14...