OpenLdap Delete

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

beren43

New Member
Nov 25, 2019
13
0
1
Hi,
I am trying to remove the certificate from openldap ldapmodify -Y EXTERNAL -H ldapi:/// -f 2.ldif
But error ldap_modify: Server is unwilling to perform (53)

In 2.ldif

dn: cn=config
changetype: modify
delete: olcTLSCACertificateFile

How do I delete a certificate ?