I want to enable LDAPS under security in Jenkins but my LDAP server has a self-signed CERT. Has anyone done this or have some pointers on doing this? Do I have to use keytoo
On our build server with jenkins, nexus and sonarqube we use a extracted and prepared cacerts file on the host using a start parameter for docker run.
cacerts
docker run
See my answer on Stackoverflow "Importing self-signed cert into Docker's JRE cacert is not recognized by the service"