Delete bad ssl ciphers from OUD
Hi Experts,
Why is that my attempt to remove unwanted Ciphers from OUD not working as expected.
I'm using
dsconfig delete-connection-handler --handler-name 'LDAPS Connection Handler' --delete ssl-cipher-suite:ECDHE-RSA-AES128-SHA256 --hostname server123.example.com --port 4444 --bindDN 'cn=Directory Manager' --bindPasswordFile /tmp/pwdfile.txt --trustAll --no-prompt
argument --delete is not a valid global or subcommand argument identifier
Any idea, will appreciate?