Skip to content

Commit 0b47cc7

Browse files
authored
Merge pull request #114663 from mike-urnun-msft/patch-134
(Azure CXP) more context on Key Vault certificates
2 parents f21c658 + 1d2e0b7 commit 0b47cc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/api-management/configure-custom-domain.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ To perform the steps described in this article, you must have:
6868
> Wildcard domain names, e.g. `*.contoso.com` are supported in all tiers except the Consumption tier.
6969
7070
> [!TIP]
71-
> We recommend using Azure Key Vault for managing certificates and setting them to autorotate.
71+
> We recommend using [Azure Key Vault for managing certificates](https://docs.microsoft.com/azure/key-vault/certificates/about-certificates) and setting them to autorenew.
7272
> If you use Azure Key Vault to manage the custom domain TLS/SSL certificate, make sure the certificate is inserted into Key Vault [as a _certificate_](https://docs.microsoft.com/rest/api/keyvault/CreateCertificate/CreateCertificate), not a _secret_.
7373
>
7474
> To fetch a TLS/SSL certificate, API Management must have the list and get secrets permissions on the Azure Key Vault containing the certificate. When using Azure portal all the necessary configuration steps will be completed automatically. When using command line tools or management API, these permissions must be granted manually. This is done in two steps. First, use Managed identities page on your API Management instance to make sure that Managed Identity is enabled and make a note of the principal id shown on that page. Second, give permission list and get secrets permissions to this principal id on the Azure Key Vault containing the certificate.
7575
>
76-
> If the certificate is set to autorotate, API Management will pick up the latest version automatically without any downtime to the service (if your API Management tier has SLA - i. e. in all tiers except the Developer tier).
76+
> If the certificate is set to autorenew, API Management will pick up the latest version automatically without any downtime to the service (if your API Management tier has SLA - i. e. in all tiers except the Developer tier).
7777
7878
1. Click Apply.
7979

0 commit comments

Comments
 (0)