lvps / 389ds-server

Ansible role to configure 389DS
Apache License 2.0
23 stars 14 forks source link

TLS Fixes with self-signed certificate #45

Closed mwilck closed 7 months ago

mwilck commented 7 months ago

If dirsrv_selfsigned_cert is set, we shouldn't disable TLS, and should allow TLS to be enforced by the server.

The consistency check in main.yml will already catch the case where no TLS is available and can thus not be enforced. So here we can limit ourselves to check dirsrv_tls_enforced.

lvps commented 7 months ago

Thanks, merged