diff --git a/modules/serverless-kafka-sasl-source.adoc b/modules/serverless-kafka-sasl-source.adoc index 9a16a1ae21..2a4859be74 100644 --- a/modules/serverless-kafka-sasl-source.adoc +++ b/modules/serverless-kafka-sasl-source.adoc @@ -65,4 +65,4 @@ spec: key: ca.crt ... ---- -<1> The `caCert` spec is not required if you are using a public cloud Kafka service, such as Red Hat OpenShift Streams for Apache Kafka. +<1> The `caCert` spec is not required if you are using a public cloud Kafka service. diff --git a/modules/serverless-kafka-sink-security-config.adoc b/modules/serverless-kafka-sink-security-config.adoc index 53fc8c0fed..fa963f2ab4 100644 --- a/modules/serverless-kafka-sink-security-config.adoc +++ b/modules/serverless-kafka-sink-security-config.adoc @@ -51,7 +51,7 @@ $ oc create secret -n generic \ --from-literal=user= \ --from-literal=password= ---- -<1> The `ca.crt` can be omitted to use the system's root CA set if you are using a public cloud managed Kafka service, such as Red Hat OpenShift Streams for Apache Kafka. +<1> The `ca.crt` can be omitted to use the system's root CA set if you are using a public cloud managed Kafka service. ** For authentication and encryption using TLS: + @@ -63,7 +63,7 @@ $ oc create secret -n generic \ --from-file=user.crt= \ --from-file=user.key= ---- -<1> The `ca.crt` can be omitted to use the system's root CA set if you are using a public cloud managed Kafka service, such as Red Hat OpenShift Streams for Apache Kafka. +<1> The `ca.crt` can be omitted to use the system's root CA set if you are using a public cloud managed Kafka service. . Create or modify a `KafkaSink` object and add a reference to your secret in the `auth` spec: +