We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad007b9 commit 02dbb28Copy full SHA for 02dbb28
1 file changed
modules/manage/pages/security/listener-configuration.adoc
@@ -92,7 +92,7 @@ redpanda:
92
93
advertised_kafka_api:
94
- name: tls_listener
95
- address: https://kafka.example.com
+ address: redpanda.example.com
96
port: 9094
97
98
kafka_api_tls:
@@ -104,7 +104,7 @@ redpanda:
104
require_client_auth: true
105
----
106
107
-Ensure `kafka.example.com` matches the SAN in `broker.crt` and that clients trust the `ca.crt`.
+Ensure `redpanda.example.com` matches the SAN in `broker.crt` and that clients trust the `ca.crt`.
108
109
== Mixed-mode authentication with multiple listeners
110
0 commit comments