Skip to content

Commit 9ba903d

Browse files
authored
Update readme.md
1 parent 9202797 commit 9ba903d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/state-store-cli/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ If security is a requirement, then you will need to expose the MQTT broker using
6161
- 127.0.0.1
6262
```
6363

64-
1. Create a new `BrokerListener`::
64+
1. Create a new `BrokerListener`:
6565

6666
```shell
6767
kubectl apply -f yaml/listener-x509.yaml
6868
```
6969

7070
> [!NOTE]
71-
> The `certs` directory will contain the following files which will be used the state store cli tool for authenticating with the MQTT broker:
71+
> The `certs` directory will contain the following files which will be used by the state store cli tool for authenticating with the MQTT broker:
7272
>
7373
> * `broker-ca.crt` : The MQTT broker server certificate
7474
> * `client.crt` : The device certificate for authentication with MQTT broker

0 commit comments

Comments
 (0)