Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 2.26 KB

api-management-howto-ca-certificates.md

File metadata and controls

60 lines (38 loc) · 2.26 KB
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

How to add a custom CA certificate in Azure API Management

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]

Upload a CA certificate

Add CA certificates

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.

  1. Navigate to your Azure API Management service instance in the Azure portal.

  2. Select CA certificates from the menu.

  3. Click the + Add button.

    Add CA certificates

  4. Browse for the certificate and decide on the certificate store. Only the public key is needed, so the password is not required.

    Add CA certificates

  5. Click Save. This operation may take a few minutes.

    Add CA certificates

Note

You can upload a CA certificate using the New-AzApiManagementSystemCertificate Powershell command.

Delete a client certificate

To delete a certificate, click context menu ... and select Delete beside the certificate.

Delete CA certificates