Hi , I was working an a POC for using <Encryption ...
# general
e
Hi , I was working an a POC for using Encryption in transit in Pinot . In my case the pinot nodes are distributed across system , So if say I want to use self signed certificates for TLS , how does that work with Pinot ? I got some answers in https://stackoverflow.com/questions/2893819/accept-servers-self-signed-ssl-certificate-in-java-client which says to modify the trust manager , is there any other alternate options for accepting self signed certificates between pinot nodes ? re : https://apache-pinot.slack.com/archives/C01H1S9J5BJ/p1662539698828649
m
@Alexander Pucher for any insights
a
@Eaugene Thomas, this should be straight forward. Add your (self-signed) CA cert to the trust store, and your private keys to the key store. I see you already found the docs - generate e.g. one JKS file for the truststore and another for the keystore. Then, point your pinot components to those files via the
tls.*
configs