Add let's encrypt omnibus guide link

This commit is contained in:
Marcel Amirault 2019-08-21 09:53:06 +00:00 committed by Achilleas Pipinellis
parent 28d11071ce
commit 8627131929
1 changed files with 5 additions and 1 deletions

View File

@ -172,9 +172,13 @@ docker login gitlab.example.com:4567
If the Registry is configured to use its own domain, you will need a TLS
certificate for that specific domain (e.g., `registry.example.com`) or maybe
a wildcard certificate if hosted under a subdomain of your existing GitLab
a wildcard certificate if hosted under a subdomain of your existing GitLab
domain (e.g., `registry.gitlab.example.com`).
NOTE: **Note:**
As well as manually generated SSL certificates (explained here), certificates automatically
generated by Let's Encrypt are also [supported in Omnibus installs](https://docs.gitlab.com/omnibus/settings/ssl.html#host-services).
Let's assume that you want the container Registry to be accessible at
`https://registry.gitlab.example.com`.