SSL and TLS are based mainly on two protocols:
- Handshake Protocol: negotiates connection parameters, authenticates the server/client, establishes the server/client session.
- Record Protocol: provides encryprted secure connection and integrity for data
during the server/client session.
OpenLDAP server with SSL support:
- Generate a server private key and a certificate.
- Specify their location in slapd.conf