The syntax is:
Code:
ldapmodify -x -h -D "uid=zimbra,cn=admins,cn=zimbra" -W
dn: cn=config,cn=zimbra
changetype:modify
delete: zimbraCertAuthorityCertSelfSigned
^D
This will prompt you for the zimbra admin password, which you can get from running:
Code:
zmlocalconfig -s zimbra_ldap_password
--Quanah