Skip to content

Commit 7a64f7a

Browse files
committed
slight wording change
1 parent dedc29a commit 7a64f7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-hub/iot-hub-security-x509-get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ You may choose either of the following ways to get your certificates:
3232

3333
* Create your own X.509 certificates using a third party tool such as [OpenSSL](https://www.openssl.org/). This will be fine for test and development purposes. See [Managing test CA certificates for samples and tutorials](https://github.com/Azure/azure-iot-sdk-c/blob/master/tools/CACertificates/CACertificateOverview.md) for information about generating test CA certificates using PowerShell or Bash. The rest of this tutorial uses test CA certificates generated by following the instructions in [Managing test CA certificates for samples and tutorials](https://github.com/Azure/azure-iot-sdk-c/blob/master/tools/CACertificates/CACertificateOverview.md).
3434

35-
* Generate an [X.509 intermediate CA certificate](iot-hub-x509ca-overview.md#sign-devices-into-the-certificate-chain-of-trust) signed by an existing root CA certificate and upload it to the IoT Hub. Once the intermediate certificate is uploaded and verified, as instructed below, it can be used in the place of a root CA certificate in the IoT Hub. Tools like OpenSSL ([openssl req](https://www.openssl.org/docs/manmaster/man1/openssl-req.html) and [openssl ca](https://www.openssl.org/docs/manmaster/man1/openssl-ca.html)) can be used to generate and sign an intermediate CA certificate.
35+
* Generate an [X.509 intermediate CA certificate](iot-hub-x509ca-overview.md#sign-devices-into-the-certificate-chain-of-trust) signed by an existing root CA certificate and upload it to the IoT Hub. Once the intermediate certificate is uploaded and verified, as instructed below, it can be used in the place of a root CA certificate mentioned below. Tools like OpenSSL ([openssl req](https://www.openssl.org/docs/manmaster/man1/openssl-req.html) and [openssl ca](https://www.openssl.org/docs/manmaster/man1/openssl-ca.html)) can be used to generate and sign an intermediate CA certificate.
3636

3737

3838
## Register X.509 CA certificates to your IoT hub

0 commit comments

Comments
 (0)