-
-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LDAPS #14
Comments
same issue here ! +1 |
I created a workaround for me in Kubernetes. Maybe it helps: configmap.yaml
deployment.yaml
|
Another option is to import required files into the container FROM tiredofit/self-service-password:5.0.3
COPY tls/ca.pem /etc/ssl/certs/ca.pem
COPY ldap.conf /etc/openldap/ldap.conf
|
Has this worked for anyone? I have set the configmap and it works on container start. Still getting SSL errors on Debug. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How can this be used with LDAPS i can't see a way of adding the CA
The text was updated successfully, but these errors were encountered: