Commit da1e8ee4 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs-jonfen-contribution' into 'master'

Update container_registry.md to handle CA Bundle certs and validation

See merge request gitlab-org/gitlab-ce!31891
parents 96629402 869bce99
......@@ -137,6 +137,15 @@ otherwise you will run into conflicts.
1. Save the file and [reconfigure GitLab][] for the changes to take effect.
1. Validate using:
```sh
openssl s_client -showcerts -servername gitlab.example.com -connect gitlab.example.com:443 > cacert.pem
```
NOTE: **Note:**
If your certificate provider provides the CA Bundle certificates, append them to the TLS certificate file.
**Installations from source**
1. Open `/home/git/gitlab/config/gitlab.yml`, find the `registry` entry and
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment