Skip to content

Commit 558412a

Browse files
Merge pull request #243473 from mumurug-MSFT/patch-38
(AzureCXP) fixes MicrosoftDocs/azure-docs#111565
2 parents a632338 + 60e53fe commit 558412a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ In this method, a root or intermediate X.509 certificate is registered with the
2727
2828
:::image type="content" source="./media/mqtt-client-authentication/mqtt-creating-certificate-chain.png" alt-text="Screenshot showing the CA certificates page with root and intermediate certificates used to sign the client certificates.":::
2929

30-
While registering the clients, you need to identify the certificate field used to hold the client authentication name. Service matches the authentication name from certificate with the client's authentication name in client metadata to validate the client. Service also validates the client certificate by verifying whether it's signed by the previously registered root or intermediary certificate.
30+
While registering clients, you need to identify the certificate field used to hold the client's authentication name. The service matches the authentication name from the certificate with the client's authentication name in the client metadata to validate the client. The service also validates the client certificate by verifying whether it is signed by the previously registered root or intermediary certificate.
3131

3232
:::image type="content" source="./media/mqtt-client-authentication/mqtt-client-certificate-chain-authentication-options.png" alt-text="Screenshot showing the client metadata with the five certificate chain based validation schemes.":::
3333

0 commit comments

Comments
 (0)