Skip to content

Commit 57c70b9

Browse files
committed
slight fix
1 parent fa6abd4 commit 57c70b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-hub/tutorial-x509-openssl.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,9 @@ subjectKeyIdentifier = hash
203203

204204
## Step 6 - Create a subordinate CA
205205

206-
This example shows you how to create a subordinate or registration CA. Because you can use the root CA to sign certificates, creating a subordinate CA isn’t strictly necessary. Having a subordinate CA does, however, mimic real world certificate hierarchies in which the root CA is kept offline and subordinate CAs issue client certificates. Enter the following commands in the *subca* directory.
206+
This example shows you how to create a subordinate or registration CA. Because you can use the root CA to sign certificates, creating a subordinate CA isn’t strictly necessary. Having a subordinate CA does, however, mimic real world certificate hierarchies in which the root CA is kept offline and subordinate CAs issue client certificates.
207207

208-
Use the configuration file to generate a private key and a certificate signing request (CSR).
208+
From the *subca* directory, use the configuration file to generate a private key and a certificate signing request (CSR).
209209

210210
```bash
211211
openssl req -new -config subca.conf -out subca.csr -keyout private/subca.key

0 commit comments

Comments
 (0)