Enabling SSL in the ldapbroswer ------------------------------- Make client keys (openssl genrsa) Get cert signed by dev CA (see kwc) convert cert into java keystore /usr/local/jre/bin/keytool -import -file ngallahe.user.crt -keystore culver-client-testing.keystore -storepass foobar Select SSL in ldapbrowser, save configuration (culver-SSL) add directives to the configuration file (ldapbrowser/culver-SSL.cfg) keystore=/home/ngallahe/culver-client-testing.keystore passphrase=foobar You should be able to start an SSL transaction at this time. The client may prompt you to accept the server cert in the event that you do not have the CA cert registered or onhand.