clarify best way to install custom CA

This commit is contained in:
Ben Bodenmiller 2016-11-14 23:44:37 -08:00
parent 6eeff67c6e
commit b105d9da75
1 changed files with 5 additions and 1 deletions

View File

@ -48,7 +48,11 @@ at SuperUser also has relevant information.
**Omnibus Trusted Chain**
It is enough to concatenate the certificate to the main trusted certificate:
[Install the self signed certificate or custom certificate authorities](http://docs.gitlab.com/omnibus/common_installation_problems/README.html#using-self-signed-certificate-or-custom-certificate-authorities)
in to GitLab Omnibus.
It is enough to concatenate the certificate to the main trusted certificate
however it may be overwritten during upgrades:
```bash
cat jira.pem >> /opt/gitlab/embedded/ssl/certs/cacert.pem