An Ansible Playbook to deploy OpenLDAP and FusionDirectory
25개 이상의 토픽을 선택하실 수 없습니다. 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