Update Docker Praefect authored by Ben Prescott (ex-GitLab)'s avatar Ben Prescott (ex-GitLab)
......@@ -293,6 +293,7 @@ done
- this handles `gitlab_shell['secret_token'] = 'GITLAB_SHELL_SECRET_TOKEN'`
- supply root certificate so comms to GitLab server will work
- [-it would seem that not all components use /etc/gitlab/trusted-certs-]
```shell
i=/var/opt/docker/testgyc1 ; ls -d ${i}/*/config | while read f ; do
......
......