You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/manage/pages/security/listener-configuration.adoc
+21-7Lines changed: 21 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ redpanda:
34
34
35
35
== Advertise a listener
36
36
37
-
By default, the advertised address is the same as the bound address. For clients outside the local host or subnet, you must set an externally reachable address or hostname. Invalid settings—including `0.0.0.0`—will fail startup validation.
37
+
By default, the advertised address is the same as the bound address. For clients outside the local host or subnet, you must set an externally reachable address or hostname. Invalid settings, including `0.0.0.0`, will fail startup validation.
38
38
39
39
[source,yaml]
40
40
----
@@ -47,7 +47,7 @@ redpanda:
47
47
[NOTE]
48
48
====
49
49
* Use a valid hostname or IP. Do not use `0.0.0.0`.
50
-
* When using a DNS hostname, ensure clients can resolve it and that it matches any TLS certificate SAN.
50
+
* When using a DNS hostname, ensure that clients can resolve it and that it matches any TLS certificate Subject Alternative Name (SAN).
51
51
====
52
52
53
53
== Multiple listeners
@@ -107,7 +107,7 @@ Ensure `kafka.example.com` matches the SAN in `broker.crt` and that clients trus
107
107
108
108
== Mixed-mode authentication with multiple listeners
109
109
110
-
Redpanda supports running multiple authentication schemes side by side. Each listener can specify its method, and must define a `name:`.
110
+
Redpanda supports running multiple authentication schemes concurrently. Each listener can specify its method, and must define a `name` property.
0 commit comments