Skip to content

Commit f065dd9

Browse files
author
Jill Grant
authored
Apply suggestions from code review
Acrolinx fixes
1 parent a193ba2 commit f065dd9

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
@@ -95,7 +95,7 @@ fabrikam_intermediate_ca.crt fabrikam_intermediate_ca.key \
9595
--no-password --insecure
9696
```
9797

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

100100
```bash
101101
# Create a client certificate for the thermostat
@@ -113,7 +113,7 @@ step certificate create heater heater.crt heater.key \
113113
--ca ./fabrikam_intermediate_ca.crt --ca-key ./fabrikam_intermediate_ca.key --bundle \
114114
--not-after 2400h --no-password --insecure
115115

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

0 commit comments

Comments
 (0)