Skip to content

Commit 23aaa16

Browse files
authored
[AzureCXP] Enhances doc in accordance with issue #43818
Enhances doc in accordance with issue https://github.com/MicrosoftDocs/azure-docs/issues/43818
1 parent 79c31c1 commit 23aaa16

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ You may choose any of the following ways to get your certificates:
3434

3535
* 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 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/man1.1.0/man1/req.html) and [openssl ca](https://www.openssl.org/docs/man1.1.0/man1/ca.html)) can be used to generate and sign an intermediate CA certificate.
3636

37+
> [!NOTE]
38+
> Do not upload the 3rd party root if it is not unique to you because that would enable other customers of the 3rd party to connect their devices to your IoT Hub.
39+
3740
## Register X.509 CA certificates to your IoT hub
3841

3942
These steps show you how to add a new Certificate Authority to your IoT hub through the portal.

0 commit comments

Comments
 (0)