Skip to content

Commit c2ab698

Browse files
committed
Acrolinx fix
1 parent 4ac996a commit c2ab698

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
@@ -97,7 +97,7 @@ fabrikam_intermediate_ca.crt fabrikam_intermediate_ca.key \
9797
--no-password --insecure
9898
```
9999

100-
Then, generate client certificates for a thermostat, hygrometer, heater, and lightbulb.
100+
Then, generate client certificates for a thermostat, hygrometer, heater, and light bulb.
101101

102102
```bash
103103
# Create a client certificate for the thermostat
@@ -115,7 +115,7 @@ step certificate create heater heater.crt heater.key \
115115
--ca ./fabrikam_intermediate_ca.crt --ca-key ./fabrikam_intermediate_ca.key --bundle \
116116
--not-after 2400h --no-password --insecure
117117

118-
# Create a client certificate for the lightbulb
118+
# Create a client certificate for the light bulb
119119
step certificate create lightbulb lightbulb.crt lightbulb.key \
120120
--ca ./fabrikam_intermediate_ca.crt --ca-key ./fabrikam_intermediate_ca.key --bundle \
121121
--not-after 2400h --no-password --insecure

0 commit comments

Comments
 (0)