I am trying to setup a new 389 Directory Server in a RHEL machine and I am trying to configure SSL for LDAPS using the command line.
I have just spent several hours digging through every piece of information on how to do this but every page keeps talking about certutil for generating CAs and Certificates. I already have the certificates and the corresponding CA chain file for importing in the server and don't want to have the LDAP server generate them.
Am I missing something? Certutil has a -A flag for adding certificates to the database but I could not find a way to add the key as well, only the public part of the certificate which is a bit useless without he corresponding key.