Skip to content

Commit 7f95b6d

Browse files
committed
Minor fixes + TOC
1 parent 2aa8bd0 commit 7f95b6d

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

articles/api-management/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@
101101
href: api-management-howto-integrate-internal-vnet-appgateway.md
102102
- name: Mutual Certificate authentication
103103
href: api-management-howto-mutual-certificates.md
104+
- name: Manage CA certificates
105+
href: api-management-howto-ca-certificates.md
104106
- name: Manage protocols and ciphers
105107
href: api-management-howto-manage-protocols-ciphers.md
106108
- name: Customize the developer experience

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Secure back-end services using CA certificate authentication - Azure API Management | Microsoft Docs
3-
description: Learn how to secure back-end services using CA certificate authentication in Azure API Management.
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.
44
services: api-management
55
documentationcenter: ''
66
author: mikebudzynski
@@ -16,9 +16,9 @@ ms.date: 08/20/2018
1616
ms.author: apimpm
1717
---
1818

19-
# How to secure back-end services using CA certificate authentication in Azure API Management
19+
# How to add a custom CA certificate in Azure API Management
2020

21-
Azure API Management allows installing CA certificates on the machine inside the trusted root and intermediate stores. This functionality should be used if your services require a custom CA certificate, for example to secure the back-end service.
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.
2222

2323
The article shows how to manage CA certificates of an Azure API Management service instance in the Azure portal.
2424

@@ -36,7 +36,7 @@ Follow the steps below to upload a new CA certificate. If you have not created a
3636

3737
![Add CA certificates](media/api-management-howto-ca-certificates/01.png)
3838

39-
4. Browse for the certificate and decide on the certificate store. If needed, provide the password.
39+
4. Browse for the certificate and decide on the certificate store. Only the public key is needed, so the password is not required.
4040

4141
![Add CA certificates](media/api-management-howto-ca-certificates/02.png)
4242

0 commit comments

Comments
 (0)