Skip to content

Commit

Permalink
readme: talk about kafka
Browse files Browse the repository at this point in the history
  • Loading branch information
maelvls authored Nov 24, 2023
1 parent 166b900 commit 3eb296a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,18 @@ Dfvp7OOGAN6dEOM4+qR9sdjoSYKEBpsr6GtPAQw4dy753ec5
-----END CERTIFICATE-----
```

<a id="use-case-kafka"/>

## Use-case: Kafka and Passwordless Keystore

Since [KIP-651](https://cwiki.apache.org/confluence/display/KAFKA/KIP-651+-+Support+PEM+format+for+SSL+certificates+and+private+key)

```conf
ssl.keystore.type=PEM
ssl.keystore.location=keystore.pem
ssl.key.password=hello
```

<a id="use-case-mongodb"/>

### Use-case: MongoDB
Expand Down

0 comments on commit 3eb296a

Please sign in to comment.