diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2016-11-14 23:44:37 -0800 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2016-11-14 23:44:37 -0800 |
commit | b105d9da75d9e5131f2c118bc87f67df108d1214 (patch) | |
tree | f1d95839112953c147a72baa8dfa102b9943393a /doc/integration | |
parent | 6eeff67c6e03233d4480a55d05d4e0f1a88aef4c (diff) | |
download | gitlab-ce-b105d9da75d9e5131f2c118bc87f67df108d1214.tar.gz |
clarify best way to install custom CA
Diffstat (limited to 'doc/integration')
-rw-r--r-- | doc/integration/README.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/integration/README.md b/doc/integration/README.md index c2fd299db07..e3f6d48904d 100644 --- a/doc/integration/README.md +++ b/doc/integration/README.md @@ -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 |