You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-grid/mqtt-certificate-chain-client-authentication.md
+8-12Lines changed: 8 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,21 +40,17 @@ Using the CA files generated to create certificate for the client.
40
40
## Upload the CA certificate to the namespace
41
41
1. In Azure portal, navigate to your Event Grid namespace.
42
42
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
-
46
43
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.
53
47
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.":::
56
49
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.
0 commit comments