An Ansible Playbook to deploy OpenLDAP and FusionDirectory
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
294B

  1. dn: cn=config
  2. changetype: modify
  3. add: olcTLSCACertificateFile
  4. olcTLSCACertificateFile: /etc/ssl/certs/ca-certificates.crt
  5. -
  6. add: olcTLSCertificateKeyFile
  7. olcTLSCertificateKeyFile: /etc/ldap/ssl/{{ domain }}.key
  8. -
  9. add: olcTLSCertificateFile
  10. olcTLSCertificateFile: /etc/ldap/ssl/{{ domain }}.crt