diff --git a/website/integrations/services/gitlab/index.md b/website/integrations/services/gitlab/index.md index 9f5e05cc1f..ed35bf6d24 100644 --- a/website/integrations/services/gitlab/index.md +++ b/website/integrations/services/gitlab/index.md @@ -29,7 +29,7 @@ Under _Advanced protocol settings_, set a certificate for _Signing Certificate_. ## GitLab Configuration Paste the following block in your `gitlab.rb` file, after replacing the placeholder values from above. The file is located in `/etc/gitlab`. -To get the value for `idp_cert_fingerprint`, go to the Certificate list under _Identity & Cryptography_, and expand the selected certificate. +To get the value for `idp_cert_fingerprint`, navigate to the authentik Admin interface, expand the **System** section and select **Certificates**. Then, expand the selected certificate and copy the SHA1 Certificate Fingerprint. ```ruby gitlab_rails['omniauth_enabled'] = true