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/api-management/api-management-howto-ca-certificates.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,27 +30,28 @@ CA certificates uploaded to API Management can be used for certificate validatio
30
30
31
31
## Upload a CA certificate
32
32
33
-
Follow the steps below to upload a new CA certificate. If you have not created an API Management service instance yet, see the tutorial[Create an API Management service instance](get-started-create-service-instance.md).
33
+
Complete the following steps to upload a new CA certificate. If you haven't created an API Management instance yet, see [Create an API Management service instance](get-started-create-service-instance.md).
34
34
35
-
1.Navigate to your Azure API Management service instance in the Azure portal.
35
+
1.Go to your Azure API Management instance in the Azure portal.
36
36
37
37
1. In the menu, under **Security**, select **Certificates > CA certificates > + Add**.
38
38
39
-
1. Browse for the certificate .cer file and decide on the certificate store. Only the public key is needed, so the password is optional.
39
+
1. Browse for the certificate .cer file and choose a certificate store. Only the public key is needed, so the password is optional.
40
40
41
41
:::image type="content" source="media/api-management-howto-ca-certificates/02.png" alt-text="Add CA certificate in the Azure portal":::
42
-
1. Select **Save**. This operation may take a few minutes.
42
+
43
+
1. Select **Save**. This operation might take a few minutes.
43
44
44
45
> [!NOTE]
45
-
> You can also upload a CA certificate using the `New-AzApiManagementSystemCertificate` PowerShell command.
46
+
> You can also upload a CA certificate by using the `New-AzApiManagementSystemCertificate` PowerShell command.
46
47
47
-
## <aname="step1a"> </a>Delete a CA certificate
48
+
## Delete a CA certificate
48
49
49
-
Select the certificate, and select **Delete** in the context menu (**...**).
50
+
Select the certificate, and then select **Delete** in the **...** menu.
50
51
51
-
## Create custom CA for self-hosted gateway
52
+
## Create custom CA for a self-hosted gateway
52
53
53
-
If you use a [self-hosted gateway](self-hosted-gateway-overview.md), validation of server and client certificates using CA root certificates uploaded to API Management service is not supported. To establish trust, configure a specific client certificate so that it's trusted by the gateway as a custom certificate authority.
54
+
If you use a [self-hosted gateway](self-hosted-gateway-overview.md), validation of server and client certificates via CA root certificates uploaded to API Management service isn't supported. To establish trust, configure a specific client certificate so that it's trusted by the gateway as a custom certificate authority.
54
55
55
56
Use the [Gateway Certificate Authority](/rest/api/apimanagement/current-ga/gateway-certificate-authority) REST APIs to create and manage custom CAs for a self-hosted gateway. To create a custom CA:
0 commit comments