### SSL Configuration
TLSCACertificateFile /path/to/ca-cert.pem
TLSCertificateFile /path/to/server-cert.pem
TLSCertificateKeyFile /path/to/server-key.pem
Note: If setup openldap using the apache fortress openldap quickstart, README-QUICKSTART-SLAPD.md,
these artifacts can be automatically applied.
"ldap:/// ldaps:///"
Notes:
[student@FTDEMO01]$ ps -ef | grep slapd
root 00:00:09 /opt/symas/lib64/slapd -u root -g root ... -h ldap://localhost:389 ldaps://fortressdemo2.com:636
Verify slapd server restarted successfully and is now listening over LDAPS port.
This is free and unencumbered software released into the public domain.