Skip to content

Commit e709f1f

Browse files
authored
Acrolinx fix
1 parent 098d4a4 commit e709f1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-operations/manage-mqtt-broker/tutorial-tls-x509.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ mqtts-endpoint LoadBalancer 10.43.28.140 XXX.XX.X.X 8883:30988/TCP 10
251251
Instead of using the external IP, we use `localhost` for the tutorial.
252252
253253
> [!TIP]
254-
> The codespace configuration automatically sets up port forwarding for 8883. To setup other environments, see [Use port forwarding](./howto-test-connection.md#use-port-forwarding).
254+
> The codespace configuration automatically sets up port forwarding for 8883. To set up other environments, see [Use port forwarding](./howto-test-connection.md#use-port-forwarding).
255255
256256
## Use a single Mosquito client to publish messages over TLS
257257
@@ -504,4 +504,4 @@ Finally, delete the certificates and keys generated earlier.
504504
```sh
505505
rm contoso_root_ca.crt contoso_root_ca.key contoso_intermediate_ca.crt contoso_intermediate_ca.key mqtts-endpoint.crt mqtts-endpoint.key
506506
rm fabrikam_root_ca.crt fabrikam_root_ca.key fabrikam_intermediate_ca.crt fabrikam_intermediate_ca.key thermostat.crt thermostat.key hygrometer.crt hygrometer.key heater.crt heater.key lightbulb.crt lightbulb.key
507-
````
507+
````

0 commit comments

Comments
 (0)