Skip to content

Commit 07bf581

Browse files
authored
Merge pull request #111042 from ddobric/patch-3
Update mqtt-publish-and-subscribe-cli.md
2 parents 2be741b + 65ae572 commit 07bf581

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/event-grid/mqtt-publish-and-subscribe-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ In this article, you use the Azure CLI to do the following tasks:
3232
- You need an X.509 client certificate to generate the thumbprint and authenticate the client connection.
3333

3434
## Generate sample client certificate and thumbprint
35-
If you don't already have a certificate, you can create a sample certificate using the [step CLI](https://smallstep.com/docs/step-cli/installation/). Consider installing manually for Windows.
35+
If you don't already have a certificate, you can create a sample certificate using the [step CLI](https://smallstep.com/docs/step-cli/installation/). Consider installing manually for Windows. After a successful installation of Step, you should open a command prompt in your user profile folder (Win+R type %USERPROFILE%).
3636

37-
Once you installed Step, in Windows PowerShell, run the command to create root and intermediate certificates.
37+
To create root and intermediate certificates, run the following command:
3838

3939
```powershell
4040
.\step ca init --deployment-type standalone --name MqttAppSamplesCA --dns localhost --address 127.0.0.1:443 --provisioner MqttAppSamplesCAProvisioner
@@ -43,7 +43,7 @@ Once you installed Step, in Windows PowerShell, run the command to create root a
4343
Using the CA files generated to create certificate for the client.
4444

4545
```powershell
46-
.\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
46+
.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
4747
```
4848

4949
To view the thumbprint, run the Step command.

0 commit comments

Comments
 (0)