Skip to content

How to set SSL configurations when using keystore.jks and truststore.jks files? #2052

@eladpf

Description

@eladpf

Hi Team,

I'm using keytool to generate my SSL certificates and therefore I'm using the following client.properties file to authenticate my clients with the Kafka server:
security.protocol=SSL
ssl.truststore.location=some_dir/truststore.jks
ssl.keystore.location=some_dir/keystore.jks
ssl.keystore.password=mypass
ssl.key.password=mypass

I need to use these properties for creating an ACL, but all the examples i've found are using PEM files generated by OpenSSL.

Please advise.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions