From 9996e02f6d7047f492475c306a73753499a1db5b Mon Sep 17 00:00:00 2001 From: sathrudi <85929245+sathrudi@users.noreply.github.com> Date: Fri, 30 Sep 2022 22:43:13 +0200 Subject: [PATCH] website/integrations: add note about self-signed certificates for wikijs (#3557) * Note about setup with self-signed certificates Added note with info about using self-signed certificates. Signed-off-by: sathrudi <85929245+sathrudi@users.noreply.github.com> * fix formatting Signed-off-by: Jens Langhammer Signed-off-by: sathrudi <85929245+sathrudi@users.noreply.github.com> Signed-off-by: Jens Langhammer Co-authored-by: Jens Langhammer --- website/integrations/services/wiki-js/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/integrations/services/wiki-js/index.md b/website/integrations/services/wiki-js/index.md index c8d8681a0..ee186e68c 100644 --- a/website/integrations/services/wiki-js/index.md +++ b/website/integrations/services/wiki-js/index.md @@ -62,6 +62,10 @@ In Wiki.js, configure the authentication strategy with these settings: You do not have to enable "Allow self-registration" and select a group to which new users should be assigned, but if you don't you will have to manually provision users in Wiki.js and ensure that their usernames match the username they have in authentik. ::: +:::note +If you're using self-signed certificates for authentik, you need to set the root certificate of your CA as trusted in WikiJS by setting the NODE_EXTRA_CA_CERTS variable as explained here: https://github.com/Requarks/wiki/discussions/3387. +::: + ### Step 5 In authentik, create an application which uses this provider. Optionally apply access restrictions to the application using policy bindings.