Skip to content

Include the GitLab service certs directory in the trusted certificate hash

DJ Mountney requested to merge trusted-certs-docker-restart into master

This will fix a problem where we were not rerunning the certificate symlinking when changes were made in the service's directory.

This would occur in docker upon restart, where the /etc/gitlab directory is persisted but the service certs directory is not.

Fixes: #1771 (closed)

Merge request reports