diff options
author | Michael Kozono <mkozono@gmail.com> | 2017-07-31 08:43:27 -0700 |
---|---|---|
committer | Michael Kozono <mkozono@gmail.com> | 2017-07-31 08:43:27 -0700 |
commit | 7b5a96b53c801d7fabef529481a525f3ab2ed2e3 (patch) | |
tree | c1f6de48a89424d4d35fe36b7619e4b02164aea5 /config | |
parent | 0d52e59de40c4c0b50340ee72308f4de3e9d1c9a (diff) | |
download | gitlab-ce-7b5a96b53c801d7fabef529481a525f3ab2ed2e3.tar.gz |
Fix LDAP documentation and example configmk-fix-ldap-ca-file-docs
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index e9bf2df490f..73a68c6da1b 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -282,7 +282,7 @@ production: &base # # Example: '/etc/ca.pem' # - ca_cert: '' + ca_file: '' # Specifies the SSL version for OpenSSL to use, if the OpenSSL default # is not appropriate. |