Skip to content

Commit d8da331

Browse files
Acro fix
1 parent f483095 commit d8da331

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-operations/secure-iot-ops/concept-default-root-ca.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ To set up Azure IoT Operations with your own issuer, use the following steps bef
111111
1. Set up trust bundle in the Azure IoT Operations namespace.
112112

113113
1. To set up trust bundle, create a ConfigMap in the Azure IoT Operations namespace. Place the public key portion of your CA certificate into the config map with a key name of your choice.
114-
1. Get the public key portion of your CA certificate. The steps to acquire the public key depends on the issuer you have chosen.
114+
1. Get the public key portion of your CA certificate. The steps to acquire the public key depend on the issuer you have chosen.
115115
1. Create the ConfigMap. For example:
116116

117117
```bash
@@ -123,4 +123,4 @@ To set up Azure IoT Operations with your own issuer, use the following steps bef
123123
```bash
124124
az iot ops init --cluster <CLUSTER_NAME> -g <RESOURCE_GROUP> --sr-resource-id <SCHEMA_REGISTRY_RESOURCE_ID> --trust-settings configMapName=<CONFIGMAP_NAME> configMapKey=<CONFIGMAP_KEY_WITH_PUBLICKEY_VALUE> issuerKind=<CLUSTERISSUER_OR_ISSUER> issuerName=<ISSUER_NAME>
125125
```
126-
126+

0 commit comments

Comments
 (0)