Skip to content

Commit ed9baff

Browse files
gordonwang0jlian
andauthored
Update articles/iot-operations/manage-mqtt-broker/howto-configure-authentication.md
Co-authored-by: John Lian <[email protected]>
1 parent 7875243 commit ed9baff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-operations/manage-mqtt-broker/howto-configure-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ If you're importing your own CA certificates, ensure that the client certificate
338338
kubectl create configmap client-ca --from-file=client_ca.pem -n azure-iot-operations
339339
```
340340

341-
In this example, the CA certificate is imported under the key `client_ca.pem`. MQTT broker will trust all CA certificates in the ConfigMap, so the name of the key can be anything.
341+
In this example, the CA certificate is imported under the key `client_ca.pem`. MQTT broker trusts all CA certificates in the ConfigMap, so the name of the key can be anything.
342342

343343
To check the root CA certificate is properly imported, run `kubectl describe configmap`. The result shows the same base64 encoding of the PEM certificate file.
344344

0 commit comments

Comments
 (0)