Skip to content

Commit 9718e76

Browse files
Andrew Pattersonsyvb
andcommitted
Merge branch 'syvb/fix-cacert-reference' into 'master'
Correctly specify where CA store comes from See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7436 Merged-by: Andrew Patterson <[email protected]> Approved-by: Andrew Patterson <[email protected]> Approved-by: Ryan Egesdahl <[email protected]> Co-authored-by: syvb <[email protected]>
2 parents a09322c + 1ab3740 commit 9718e76

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/settings/ssl/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -593,9 +593,9 @@ individual custom certs in the `/etc/gitlab/trusted-certs` directory. They then
593593
get added to the bundle. They are added using openssl's `c_rehash` method, which
594594
only works on a [single certificate](#using-a-custom-certificate-chain).
595595
596-
GitLab ships with the official [CAcert.org](http://www.cacert.org/)
597-
collection of trusted root certification authorities which are used to verify
598-
certificate authenticity.
596+
The Linux package ships with the official
597+
[Mozilla](https://wiki.mozilla.org/CA/Included_Certificates) collection of trusted root
598+
certification authorities which are used to verify certificate authenticity.
599599
600600
NOTE:
601601
For installations that use self-signed certificates, the Linux package

0 commit comments

Comments
 (0)