No description
| config | ||
| schema | ||
| scripts | ||
| docker-compose.yml | ||
| Dockerfile | ||
| README.md | ||
ldap-docker
Setup
- Edit
config/example.ldifto your needs. - Edit
docker-compose.ymlto your needs. - Run
docker compose upin this directory.
Use LDAPS
- Mount the directory containing the cert and key somewhere inside the container. (/container/certs for example)
- Uncomment lines 4-6 in the example.ldif
- If your cert and key are not named
fullchain.pemandprivkey.pem, adjust them in the config. - Restart the container on every cert renewal (using certsync for example).
- Expose port
636.