Hi ,
I have AWX running in K3s and I'm configuring LDAP authentication and would prefer to use SSL.
I'm currently getting :
django_auth_ldap Caught LDAPError while authenticating <username>: SERVER_DOWN({'result': -1, 'desc': "Can't contact LDAP server", 'ctrls': [], 'info': 'error:0A000086:SSL routines::certificate verify failed (unable to get local issuer certificate)'})
I have identified that the certificate used by the LDAP service is from our internal Certificate Authority.
How do I install the Root Certificate to resolve this issue ?
Thank you
G