-
-
Notifications
You must be signed in to change notification settings - Fork 303
Open
Labels
Description
Behaviour
Container doesn't load CA Certificates when started.
I tested it while trying to use User Authentication over LDAPS.
Steps to reproduce this issue
- Map the directory with your CA Certificates to directory "/usr/local/share/ca-certificates/" inside your container.
- Test the usage of some service that needs the CA Certificate. In my particular case, it was user login with LDAPS.
Expected behaviour
LibreNMS should be able to able to verify the authenticity of the LDAP server certificate.
Actual behaviour
LibreNMS fails to verify the authenticity of the LDAP server certificate.
t8simon and jdsatava127