Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tolgaakkapulu authored Apr 12, 2021
1 parent a92c42b commit b8b26f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

It is ensured that the necessary certificates are created to encrypt the traffic between Kafka Brokers and clients.

**Creating Certificates**
### Creating Certificates
* chmod +x creating_certificates_for_kafka.sh
* ./creating_certificates_for_kafka.sh

***NOTE:** Before running the script, the **SUBJECT** information in it must be updated.*

<img src="https://github.com/tolgaakkapulu/Enabling_SSL_for_Kafka_Clients/blob/main/creating_certificates_for_kafka.png">
<img src="https://github.com/tolgaakkapulu/Enabling_SSL_for_Kafka_Clients/blob/main/creating_certificates_for_kafka.png"><br><br>

**Kafka Configs**
### Kafka Configs
```
listeners=PLAINTEXT://localhost:9092,SSL://localhost:9093
security.inter.broker.protocol=PLAINTEXT
Expand Down

0 comments on commit b8b26f5

Please sign in to comment.