mirror of
https://github.com/rroemhild/docker-test-openldap.git
synced 2026-04-25 07:05:50 +03:00
[GH-ISSUE #40] Certificate in the rroemhild/test-openldap:latest #23
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-test-openldap#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jskacel on GitHub (Aug 10, 2022).
Original GitHub issue: https://github.com/rroemhild/docker-test-openldap/issues/40
Since image was not rebuild for quite some time the cert is expired.
@rroemhild commented on GitHub (Aug 25, 2022):
Thanks for this info. I think I should change the container registry to i.e. GitHub. It seems that with docker hub in the free plan it is no longer possible to start a rebuild from the image.
@jskacel commented on GitHub (Aug 25, 2022):
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.shand then mount it to normal image :)@paulkitt commented on GitHub (Sep 1, 2022):
Yes a new working image would be great. The image from docker hub works great for simple testing.
We build the image our self with some changes for the users and groups and its not starting up with the current Dockerfile.
Atm the project seems broken.
@rroemhild commented on GitHub (Sep 2, 2022):
The certificate should be created with
rootfs/etc/cont-init.d/010-tls-certificateson every new container.Output from docker run:
@jskacel commented on GitHub (Oct 26, 2022):
I've tried to run new container, but it's not recreated: