Skip to content

Commit 41cffce

Browse files
authored
capitalization change
1 parent e4ebf2e commit 41cffce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-operations/manage-mqtt-broker/howto-test-connection.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Client (null) sending PUBLISH (d0, q0, r0, m1, 'world', ... (5 bytes))
7979
Client (null) sending DISCONNECT
8080
```
8181

82-
The mosquitto client uses the service account token mounted at `/var/run/secrets/tokens/broker-sat` to authenticate with the broker. The token is valid for 24 hours. The client also uses the default root CA certificate mounted at `/var/run/certs/ca.crt` to verify the broker's TLS certificate chain.
82+
The Mosquitto client uses the service account token mounted at `/var/run/secrets/tokens/broker-sat` to authenticate with the broker. The token is valid for 24 hours. The client also uses the default root CA certificate mounted at `/var/run/certs/ca.crt` to verify the broker's TLS certificate chain.
8383

8484
> [!TIP]
8585
> You can use kubectl to download the default root CA certificate to use with other clients. For example, to download the default root CA certificate to a file named `ca.crt`:
@@ -104,7 +104,7 @@ Client (null) received SUBACK
104104
Subscribed (mid: 1): 0
105105
```
106106

107-
The mosquitto client uses the same service account token and root CA certificate to authenticate with the broker and subscribe to the topic.
107+
The Mosquitto client uses the same service account token and root CA certificate to authenticate with the broker and subscribe to the topic.
108108

109109
To remove the pod, run `kubectl delete pod mqtt-client -n azure-iot-operations`.
110110

0 commit comments

Comments
 (0)