Skip to content

Commit 02dbb28

Browse files
r-vasquezpaulohtb6
authored andcommitted
docs: remove schema from the listener configuration (#1385)
1 parent ad007b9 commit 02dbb28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/manage/pages/security/listener-configuration.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ redpanda:
9292
9393
advertised_kafka_api:
9494
- name: tls_listener
95-
address: https://kafka.example.com
95+
address: redpanda.example.com
9696
port: 9094
9797
9898
kafka_api_tls:
@@ -104,7 +104,7 @@ redpanda:
104104
require_client_auth: true
105105
----
106106

107-
Ensure `kafka.example.com` matches the SAN in `broker.crt` and that clients trust the `ca.crt`.
107+
Ensure `redpanda.example.com` matches the SAN in `broker.crt` and that clients trust the `ca.crt`.
108108

109109
== Mixed-mode authentication with multiple listeners
110110

0 commit comments

Comments
 (0)