Skip to content

Commit db4eec1

Browse files
Merge pull request #256834 from spelluru/patch-16
.crt file is supported
2 parents a3e4e8a + 971d7b9 commit db4eec1

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

articles/event-grid/mqtt-certificate-chain-client-authentication.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,17 @@ Using the CA files generated to create certificate for the client.
4040
## Upload the CA certificate to the namespace
4141
1. In Azure portal, navigate to your Event Grid namespace.
4242
1. Under the MQTT section in left rail, navigate to CA certificates menu.
43-
44-
:::image type="content" source="./media/mqtt-certificate-chain-client-authentication/event-grid-namespace-upload-certificate-authority-certificate.png" alt-text="Screenshot showing the CA certificate page under MQTT section in Event Grid namespace.":::
45-
4643
1. Select **+ Certificate** to launch the Upload certificate page.
47-
1. Add certificate name and browse to find the intermediate certificate (.step/certs/intermediate_ca.crt) and select **Upload**.
48-
49-
> [!NOTE]
50-
> - CA certificate name can be 3-50 characters long.
51-
> - CA certificate name can include alphanumeric, hyphen(-) and, no spaces.
52-
> - The name needs to be unique per namespace.
44+
1. Add certificate name and browse to find the intermediate certificate (.step/certs/intermediate_ca.crt) and select **Upload**. You can upload a file of .pem, .cer, or .crt type.
45+
1. On the Upload certificate page, give a Certificate name and browse for the certificate file.
46+
1. Select **Upload** button to add the parent certificate.
5347

54-
4. On the Upload certificate page, give a Certificate name and browse for the certificate file.
55-
5. Select **Upload** button to add the parent certificate.
48+
:::image type="content" source="./media/mqtt-certificate-chain-client-authentication/event-grid-namespace-parent-certificate-added.png" alt-text="Screenshot showing the added CA certificate listed in the CA certificates page.":::
5649

57-
:::image type="content" source="./media/mqtt-certificate-chain-client-authentication/event-grid-namespace-parent-certificate-added.png" alt-text="Screenshot showing the added CA certificate listed in the CA certificates page.":::
50+
> [!NOTE]
51+
> - CA certificate name can be 3-50 characters long.
52+
> - CA certificate name can include alphanumeric, hyphen(-) and, no spaces.
53+
> - The name needs to be unique per namespace.
5854
5955
## Configure client authentication settings
6056
1. Navigate to the Clients page.

0 commit comments

Comments
 (0)