On Thu, Oct 29, 2015 at 1:08 AM, Vishwajeet Singh <vishwajeet...@gmail.com> wrote:
> But I want to do using OpenSSL because It's my requirement. > > Can somebody please guide me, How I will do Cassandra Client to node > security using SSL and I want to use OpenSSL (Not keytool). > Google words like : " import openssl private key into keytool " Find results like : http://stackoverflow.com/questions/906402/importing-an-existing-x509-certificate-and-private-key-in-java-keystore-to-use-i/8224863#8224863 ? It looks like, as Jason says, "a real pain" but should be doable if you really have a requirement of using OpenSSL to generate the private key? If you want to somehow not use keytool at all in the process, I think you're out of luck. =Rob