Skip to content

Commit af142ae

Browse files
committed
edits
1 parent bf188f1 commit af142ae

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,27 +30,28 @@ CA certificates uploaded to API Management can be used for certificate validatio
3030

3131
## Upload a CA certificate
3232

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).
3434

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.
3636

3737
1. In the menu, under **Security**, select **Certificates > CA certificates > + Add**.
3838

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.
4040

4141
:::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.
4344

4445
> [!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.
4647
47-
## <a name="step1a"> </a>Delete a CA certificate
48+
## Delete a CA certificate
4849

49-
Select the certificate, and select **Delete** in the context menu (**...**).
50+
Select the certificate, and then select **Delete** in the **...** menu.
5051

51-
## Create custom CA for self-hosted gateway
52+
## Create custom CA for a self-hosted gateway
5253

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.
5455

5556
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:
5657

0 commit comments

Comments
 (0)