From 89c08f2588c7ee5e0a59a6f2e289972b22408be0 Mon Sep 17 00:00:00 2001 From: 4d62 Date: Wed, 12 Jun 2024 17:37:45 -0400 Subject: [PATCH] website/integrations: gitlab: update certificate key pair location and specify sha (#9925) * website/integrations: gitlab: update certificate key pair location and specify sha Signed-off-by: 4d62 * i prefer the previous wording Signed-off-by: 4d62 * suggest Co-authored-by: Jens L. Signed-off-by: 4d62 * Update website/integrations/services/gitlab/index.md Co-authored-by: Tana M Berry Signed-off-by: 4d62 * p --------- Signed-off-by: 4d62 Co-authored-by: Jens L. Co-authored-by: Tana M Berry --- website/integrations/services/gitlab/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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