Skip to content

Commit 3398e49

Browse files
authored
Fix numbering and indentation
1 parent db13230 commit 3398e49

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/event-grid/mqtt-certificate-chain-client-authentication.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,16 @@ If you don't already have a certificate, you can create a sample certificate usi
3333
```powershell
3434
.\step ca init --deployment-type standalone --name MqttAppSamplesCA --dns localhost --address 127.0.0.1:443 --provisioner MqttAppSamplesCAProvisioner
3535
```
36-
1. Using the CA files generated to create certificate for the client.
36+
2. Using the CA files generated to create certificate for the client.
3737

3838
```powershell
3939
.\step certificate create client1-authnID client1-authnID.pem client1-authnID.key --ca .step/certs/intermediate_ca.crt --ca-key .step/secrets/intermediate_ca_key --no-password --insecure --not-after 2400h
4040
```
41-
1. To view the thumbprint, run the Step command.
41+
3. To view the thumbprint, run the Step command.
4242

43-
```powershell
44-
step certificate fingerprint client1-authn-ID.pem
45-
```
43+
```powershell
44+
step certificate fingerprint client1-authn-ID.pem
45+
```
4646

4747
## Upload the CA certificate to the namespace
4848
1. In Azure portal, navigate to your Event Grid namespace.

0 commit comments

Comments
 (0)