On Thu, Jan 05, 2023 at 03:22:25AM -0000, Leo O via FreeIPA-users wrote: > Hello Guys, > > I'm would like to use custom ssl certificates for http and ldap, I saw the > following: > https://www.freeipa.org/page/Using_3rd_part_certificates_for_HTTP/LDAP > > But I wonder how would this be done when using freeipa in a docker/podman > container.
You should be able to copy (docker cp / podman cp) the certificates to the container (to /tmp or /data) and then docker exec / podman exec into the container and run the commands shown on the page. -- Jan Pazdziora | Red Hat _______________________________________________ FreeIPA-users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
