Skip to content
Snippets Groups Projects
Commit 1dcd521e authored by Sean McGivern's avatar Sean McGivern
Browse files

Merge branch 'patch-9' into 'master'

clarify best way to install custom CA

See merge request !7434
parents 64d094ee b105d9da
No related branches found
No related tags found
1 merge request!7434clarify best way to install custom CA
Pipeline #
Loading
Loading
@@ -48,7 +48,11 @@ at Super User 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