Adding an internal CA for use by LDAP authentication #6891
rgvanderkleij
started this conversation in
Guides
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Internal LDAP servers often use internal CA's for increased security. To have wikijs recognize your CA certificate instead of complaining about self-signed certificates you need to make the CA certificate chain available to node.js;
I use podman in non-root mode on a selinux enabled host (hence the Z at the end), but for docker the process would be similar. Relevant podman-run switches:
-e NODE_EXTRA_CA_CERTS=/certs/internal_ca_chain.pem
-v /home/wiki/certs:/certs:Z \
Beta Was this translation helpful? Give feedback.
All reactions