Wouldn’t you know it-after looking for several hours for answers, I post a question and then find the answer myself within an hour of the post.
Apparently, LDAP still has issues with passwords attached to certificates (as described here). So, to get this working, I did the following (I haven’t modified locations/names from what SA creates):
cd /etc/certificates
sudo openssl rsa -in my.server.com.key -out my.server.com.no.key
Then, in Server Admin I checked the SSL box for LDAP and chose “Custom Configuration” with the following settings (again, locations are defaults):
Certificate: /etc/certificates/my.server.com.crt
SSL Key: /etc/certificates/my.server.com.no.key
CA Certificate: /etc/certificates/my.server.com.crtkey
The one that took me a second to figure out was the CA Certificate, since I had used SA to make the certificate to begin with and had no idea what the CA files were called.
Comments are closed