Igor Sousa wrote:
*Step 7:* I've tried replace *olcTLSCACertificateFile*, *olcTLSCertificateFile *and *olcTLSCertificateKeyFile *with following ldif <tls.ldif>: dn: cn=config changetype: modify replace: olcTLSCertificateKeyFile olcTLSCertificateKeyFile: /etc/openldap/certs/ldap.local.key - replace: olcTLSCertificateFile olcTLSCertificateFile: /etc/openldap/certs/ldap.local.crt - add: olcTLSCACertificateFile
^^ shouldn't this also be replace: ?
olcTLSCACertificateFile: /etc/openldap/certs/ca.cert.pem
It hasn't mattered what I've done, when I've ran ldapmodify command, it has returned me the same error.