Skip to content

Commit e89bb18

Browse files
authored
Merge pull request #190706 from dlepow/free
[APIM] Free cert issued by DigiCert
2 parents c87e614 + 7c6600c commit e89bb18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ Choose the steps according to the [domain certificate](#domain-certificate-optio
161161
* Configure a CNAME record for your custom domain.
162162
* When using API Management's free, managed certificate, also configure a TXT record to establish your ownership of the domain.
163163

164+
> [!NOTE]
165+
> The free certificate is issued by DigiCert. For some domains, you must explicitly allow DigiCert as a certificate issuer by creating a [CAA domain record](https://wikipedia.org/wiki/DNS_Certification_Authority_Authorization) with the value: `0 issue digicert.com`.
166+
164167
### CNAME record
165168

166169
Configure a CNAME record that points from your custom domain name (for example, `api.contoso.com`) to your API Management service hostname (for example, `<apim-service-name>.azure-api.net`). A CNAME record is more stable than an A-record in case the IP address changes. For more information, see [IP addresses of Azure API Management](api-management-howto-ip-addresses.md#changes-to-the-ip-addresses) and the [API Management FAQ](./api-management-faq.yml#how-can-i-secure-the-connection-between-the-api-management-gateway-and-my-back-end-services-).

0 commit comments

Comments
 (0)