Skip to content

Commit e97d9a4

Browse files
committed
Updated description for SSL_KEYSTORE_ALIAS_CONFIG
1 parent ef4ca38 commit e97d9a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clients/src/main/java/org/apache/kafka/common/config/SslConfigs.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public class SslConfigs {
9090
+ "This is optional for client and can be used for two-way authentication for client.";
9191

9292
public static final String SSL_KEYSTORE_ALIAS_CONFIG = "ssl.keystore.alias";
93-
public static final String SSL_KEYSTORE_ALIAS_DOC = "This is config is used to pick named alias from the keystore to build the SSL engine and authenticate the client with broker. " +
93+
public static final String SSL_KEYSTORE_ALIAS_DOC = "This config is used to pick named alias from the keystore to build the SSL engine and authenticate the client with broker. " +
9494
"This is an optional config and used only when you have multiple keys in the keystore and you need to control which key needs to be presented to server.";
9595

9696

0 commit comments

Comments
 (0)