My domain is: scorpio.seibercom.net
My operating system is: FreeBSD 12
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you’re using Certbot): certbot 0.39.0
I am trying to configure OpenLDAP on a FreeBSD 12 machine. According to the directions from FreeBSD, I need to enter this information into the ‘slapd.conf’ file:
security ssf=128
TLSCertificateFile /path/to/your/cert.crt
TLSCertificateKeyFile /path/to/your/cert.key
TLSCACertificateFile /path/to/your/cacert.crt
Mt question is, what files am I supposed to use? I have a ‘cert.pem’, a ‘chain.pem’, a ‘fullchain.pem’ and a ‘privkey.pem’ located in my letsencrypt directory. I am not sure what keys translate to the ones requested?
Thanks!