Skip to content

Commit a9d3066

Browse files
authored
Corrected the formats
Corrected the formats
1 parent 8566589 commit a9d3066

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/hdinsight/kafka/apache-kafka-ssl-encryption-authentication.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,12 @@ To complete the configuration modification, do the following steps:
148148
1. To Use TLS 1.3 in Kafka
149149
150150
Add following configs to the kafka configs in Ambari
151-
> 1. ssl.enabled.protocols=TLSv1.3
152-
> 1. ssl.protocol=TLSv1.3
153-
> [!Important]
154-
> 1. TLS 1.3 works with HDI 5.1 kafka version only.
155-
> 1. If you use TLS 1.3 at server side, you should use TLS 1.3 configs at client too.
151+
> 1. `ssl.enabled.protocols=TLSv1.3`
152+
> 1. `ssl.protocol=TLSv1.3`
153+
>
154+
> [!Important]
155+
> 1. TLS 1.3 works with HDI 5.1 kafka version only.
156+
> 1. If you use TLS 1.3 at server side, you should use TLS 1.3 configs at client too.
156157
157158
1. For HDI version 4.0 or 5.0
158159

0 commit comments

Comments
 (0)