Skip to content

Commit d3447e2

Browse files
authored
Merge pull request #83534 from SherrySahni/patch-3
Added step to "Select Save" once Add the cert.
2 parents a3784b6 + dfaa741 commit d3447e2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

articles/api-management/api-management-howto-mutual-certificates.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,11 @@ To add a key vault certificate to API Management:
7575
> The identity needs permissions to get and list certificate from the key vault. If you haven't already configured access to the key vault, API Management prompts you so it can automatically configure the identity with the necessary permissions.
7676
1. Select **Add**.
7777

78+
79+
7880
:::image type="content" source="media/api-management-howto-mutual-certificates/apim-client-cert-kv.png" alt-text="Add key vault certificate":::
81+
82+
1. Select **Save**.
7983

8084
## Upload a certificate
8185

@@ -91,6 +95,9 @@ To upload a client certificate to API Management:
9195

9296
:::image type="content" source="media/api-management-howto-mutual-certificates/apim-client-cert-add.png" alt-text="Upload client certificate":::
9397

98+
99+
1. Select **Save**.
100+
94101
After the certificate is uploaded, it shows in the **Certificates** window. If you have many certificates, make a note of the thumbprint of the desired certificate in order to configure an API to use a client certificate for [gateway authentication](#configure-an-api-to-use-client-certificate-for-gateway-authentication).
95102

96103
> [!NOTE]
@@ -101,8 +108,8 @@ After the certificate is uploaded, it shows in the **Certificates** window. If y
101108
1. In the [Azure portal](https://portal.azure.com), navigate to your API Management instance.
102109
1. Under **APIs**, select **APIs**.
103110
1. Select an API from the list.
104-
2. In the **Design** tab, select the editor icon in the **Backend** section.
105-
3. In **Gateway credentials**, select **Client cert** and select your certificate from the dropdown.
111+
1. In the **Design** tab, select the editor icon in the **Backend** section.
112+
1. In **Gateway credentials**, select **Client cert** and select your certificate from the dropdown.
106113
1. Select **Save**.
107114

108115
:::image type="content" source="media/api-management-howto-mutual-certificates/apim-client-cert-enable-select.png" alt-text="Use client certificate for gateway authentication":::

0 commit comments

Comments
 (0)