Skip to content
Snippets Groups Projects
Commit b105d9da authored by Ben Bodenmiller's avatar Ben Bodenmiller
Browse files

clarify best way to install custom CA

parent 6eeff67c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment