Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwinter authored Nov 19, 2024
1 parent 9202797 commit 9ba903d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/state-store-cli/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ If security is a requirement, then you will need to expose the MQTT broker using
- 127.0.0.1
```

1. Create a new `BrokerListener`::
1. Create a new `BrokerListener`:

```shell
kubectl apply -f yaml/listener-x509.yaml
```

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

0 comments on commit 9ba903d

Please sign in to comment.