title | description | services | documentationcenter | author | manager | editor | ms.service | ms.workload | ms.tgt_pltfrm | ms.topic | ms.date | ms.author |
---|---|---|---|---|---|---|---|---|---|---|---|---|
Add a custom CA certificate - Azure API Management | Microsoft Docs |
Learn how to add a custom CA certificate in Azure API Management. |
api-management |
mikebudzynski |
cfowler |
api-management |
mobile |
na |
article |
08/20/2018 |
apimpm |
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.
The article shows how to manage CA certificates of an Azure API Management service instance in the Azure portal.
[!INCLUDE updated-for-az]
[!INCLUDE premium-dev-standard-basic.md]
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.
-
Navigate to your Azure API Management service instance in the Azure portal.
-
Select CA certificates from the menu.
-
Click the + Add button.
-
Browse for the certificate and decide on the certificate store. Only the public key is needed, so the password is not required.
-
Click Save. This operation may take a few minutes.
Note
You can upload a CA certificate using the New-AzApiManagementSystemCertificate
Powershell command.
To delete a certificate, click context menu ... and select Delete beside the certificate.