Just too easy, use “-Z” parameter and it’s done, certs were ready all the time!
Before:
[root@server ~]# ldapmodify -h 192.168.1.12 -D admin@cmb.local -w SECRET -f test.ldif ldap_bind: Strong(er) authentication required (8) additional info: BindSimple: Transport encryption required.
After:
[root@server ~]# ldapmodify -Z -h 192.168.1.12 -D admin@cmb.local -w SECRET -f test.ldif modifying entry "cn=markus,cn=Users,dc=cmb,dc=local"
1 Like