From 9ec0c41bc0c33d980eb0732a5fcfaa783c6c0ef4 Mon Sep 17 00:00:00 2001 From: Benedikt Labrenz Date: Thu, 13 Nov 2025 16:12:41 +0100 Subject: [PATCH] fix typo in security docs --- docs/modules/kafka/pages/usage-guide/security.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/kafka/pages/usage-guide/security.adoc b/docs/modules/kafka/pages/usage-guide/security.adoc index 7742a033..a712bcf4 100644 --- a/docs/modules/kafka/pages/usage-guide/security.adoc +++ b/docs/modules/kafka/pages/usage-guide/security.adoc @@ -3,7 +3,7 @@ == Encryption -The internal and client communication can be encrypted TLS. This requires the xref:secret-operator:index.adoc[Secret Operator] to be present in order to provide certificates. +The internal and client communication can be encrypted with TLS. This requires the xref:secret-operator:index.adoc[Secret Operator] to be present in order to provide certificates. The utilized certificates can be changed in a top-level config. [source,yaml]