You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by anurag <an...@gmail.com> on 2019/05/02 18:38:14 UTC

kafka ssl config

Hi All,

Is it possible to set the value of ssl.truststore.location to a location on
remote host. Basically I have ssl certificates available on remote host and
i would like my docker kafka container to read and use certificates from
remote location. If this is possible can you please provide an example.

Many thanks,

Anurag

Re: kafka ssl config

Posted by Peter Bukowinski <pm...@gmail.com>.
If you can access the remote file via a mounted filesystem, you can specify '/mountpoint/truststore.jks’ as the value for ssl.truststore.location. You cannot use a url to specify a remote resource.


> On May 2, 2019, at 11:38 AM, anurag <an...@gmail.com> wrote:
> 
> Hi All,
> 
> Is it possible to set the value of ssl.truststore.location to a location on
> remote host. Basically I have ssl certificates available on remote host and
> i would like my docker kafka container to read and use certificates from
> remote location. If this is possible can you please provide an example.
> 
> Many thanks,
> 
> Anurag