Skip to content

Commit

Permalink
LDAP TLS configuration for cron image (CO-2248)
Browse files Browse the repository at this point in the history
  • Loading branch information
skoranda committed Oct 18, 2021
1 parent d177fcc commit 3420909
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions comanage-registry-cron/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ RUN apt-get update \

COPY --chown=root:root root-crontab /etc/crontab
COPY --chown=root:root www-data-crontab /srv/comanage-registry/local/crontab
COPY --chown=root:root ldap.conf /etc/ldap/ldap.conf

RUN /usr/bin/crontab -u www-data /srv/comanage-registry/local/crontab \
&& /usr/sbin/usermod --shell /bin/bash www-data \
Expand Down
1 change: 1 addition & 0 deletions comanage-registry-cron/ldap.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
TLS_CACERT /etc/ssl/certs/ca-certificates.crt

0 comments on commit 3420909

Please sign in to comment.