Skip to content

Commit 3e5679f

Browse files
committed
Incorp, round 2
1 parent b5575d3 commit 3e5679f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/iot-hub/tutorial-x509-test-certs.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@ The following tutorial uses [OpenSSL](https://www.openssl.org/) and the [OpenSSL
5050

5151
You must first create an internal root certificate authority (CA) and a self-signed root CA certificate to serve as a trust anchor from which you can create other certificates for testing. The files used to create and maintain your internal root CA are stored in a folder structure and initialized as part of this process. Perform the following steps to:
5252

53-
- Create and initialize the folders and files used by your root CA
54-
- Create a configuration file used by OpenSSL to configure your root CA and certificates created with your root CA
55-
- Request and create a self-signed CA certificate that serves as your root CA certificate
53+
> [!div class="checklist"]
54+
> * Create and initialize the folders and files used by your root CA
55+
> * Create a configuration file used by OpenSSL to configure your root CA and certificates created with your root CA
56+
> * Request and create a self-signed CA certificate that serves as your root CA certificate
5657
5758
1. Start a Git Bash window and run the following command, replacing *{base_dir}* with the desired directory in which to create the root CA.
5859

0 commit comments

Comments
 (0)