Skip to content

Commit

Permalink
Add package ca-certificates to slapd base image
Browse files Browse the repository at this point in the history
Add the ca-certificates package to the slapd base image so that any
clients or client libraries that need to call out, such as syncrepl
clients, can properly check server TLS certificates and do
ldaps://.
  • Loading branch information
skoranda committed Nov 13, 2018
1 parent 5398b62 commit 5dbfaae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions comanage-registry-slapd-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ FROM debian:jessie

RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y \
ca-certificates \
ldap-utils \
slapd \
&& cp -a /var/lib/ldap /var/lib/ldap.dist \
Expand Down

0 comments on commit 5dbfaae

Please sign in to comment.