|
| 1 | +--- |
| 2 | +title: Add a custom CA certificate - Azure API Management | Microsoft Docs |
| 3 | +description: Learn how to add a custom CA certificate in Azure API Management. |
| 4 | +services: api-management |
| 5 | +documentationcenter: '' |
| 6 | +author: mikebudzynski |
| 7 | +manager: cfowler |
| 8 | +editor: '' |
| 9 | + |
| 10 | +ms.service: api-management |
| 11 | +ms.workload: mobile |
| 12 | +ms.tgt_pltfrm: na |
| 13 | +ms.devlang: na |
| 14 | +ms.topic: article |
| 15 | +ms.date: 08/20/2018 |
| 16 | +ms.author: apimpm |
| 17 | +--- |
| 18 | + |
| 19 | +# How to add a custom CA certificate in Azure API Management |
| 20 | + |
| 21 | +Azure API Management allows installing CA certificates on the machine inside the trusted root and intermediate certificate stores. This functionality should be used if your services require a custom CA certificate. |
| 22 | + |
| 23 | +The article shows how to manage CA certificates of an Azure API Management service instance in the Azure portal. |
| 24 | + |
| 25 | +## <a name="step1"> </a>Upload a CA certificate |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | +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). |
| 30 | + |
| 31 | +1. Navigate to your Azure API Management service instance in the Azure portal. |
| 32 | + |
| 33 | +2. Select **CA certificates** from the menu. |
| 34 | + |
| 35 | +3. Click the **+ Add** button. |
| 36 | + |
| 37 | +  |
| 38 | + |
| 39 | +4. Browse for the certificate and decide on the certificate store. Only the public key is needed, so the password is not required. |
| 40 | + |
| 41 | +  |
| 42 | + |
| 43 | +5. Click **Save**. This operation may take a few minutes. |
| 44 | + |
| 45 | +  |
| 46 | + |
| 47 | +> [!NOTE] |
| 48 | +> You can upload a CA certificate using the `New-AzureRmApiManagementSystemCertificate` Powershell command. |
| 49 | +
|
| 50 | +## <a name="step1a"> </a>Delete a client certificate |
| 51 | + |
| 52 | +To delete a certificate, click context menu **...** and select **Delete** beside the certificate. |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | +[Upload a CA certificate]: #step1 |
| 57 | +[Delete a CA certificate]: #step1a |
0 commit comments