Skip to content

How to add configuration for SSL_TRUSTSTORE_LOCATION in Config.yml #4193

Answered by Haarolean
mvassli asked this question in Q&A
Discussion options

You must be logged in to vote

Hi! Sorry that it's not obvious, I believe the yaml format for these properties is not present anywhere in our docs atm.

This should look like this:

kafka:
  clusters:
    - name: local
      ssl:
        truststore-location: /xxx/xxx
        truststore-password: 123
      schema-registry-ssl:
        keystore-location: /xxx
        keystore-password: 123

Feel free to raise any PRs to our docs if you have something to add!

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mvassli
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants