Skip to content

Commit 5358e06

Browse files
committed
Merge branch 'feat/sni-mapping' of https://github.com/Kong/developer.konghq.com into feat/sni-mapping
2 parents 63cd16c + 0b23299 commit 5358e06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/_how-tos/event-gateway/configure-sni-routing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ EOF
9393

9494
## Create Kafka topics
9595

96-
Create sample topics in the Kafka cluster we created in the [prerequisites](#start-a-local-kakfa-cluster):
96+
Create sample topics in the Kafka cluster that we created in the [prerequisites](#start-a-local-kakfa-cluster):
9797

9898
<!--vale off-->
9999
{% validation custom-command %}
@@ -135,7 +135,7 @@ Generate the certificates we'll need to enable TLS:
135135
* `*` is used for the virtual cluster prefixes, which are the `analytics` and `payments` DNS labels we configured when creating the virtual clusters.
136136
* `.127-0-0-1.sslip.io` is the SNI suffix, which we'll use in the TLS listener policy configuration. In this example, we're using [sslip.io](https://sslip.io/) to resolve `127-0-0-1.sslip.io` to `127.0.0.1`.
137137

138-
1. Create an OpenSSL extension file to explicitly set the subject alternative names for the certificate:
138+
1. To explicitly set the subject alternative names for the certificate, create an OpenSSL extension file:
139139

140140
```sh
141141
cat << EOF > ./tls.ext
@@ -151,7 +151,7 @@ Generate the certificates we'll need to enable TLS:
151151
EOF
152152
```
153153
154-
1. Sign the gateway certificate signing request to generate the certificate we'll need for the TLS listener policy:
154+
1. To generate the certificate we'll need for the TLS listener policy, sign the gateway certificate signing request:
155155
156156
```sh
157157
openssl x509 -req -in ./tls.csr \

0 commit comments

Comments
 (0)