Requirement : We have to enable the encrption in DataStax with KMIP server.
1. I added the KMIP host details to dse.yaml file .
2. Through the Hashi corp vault KMIP server generate the Public key and private key.
3. using public key I created the kmip_truststore.jks
4.Whiele generate the truststore.jks using dse document (https://docs.datastax.com/en/security/6.7/security/secEncryptExternalKeys.html#secExternalKeyTS)
Can you please share the suggesstion.