Skip to content

Commit a6bc502

Browse files
authored
Merge pull request #127867 from bhanuprakash-1/free-mng-cert-caa-requirement
Adding CAA domain record requirement in Free managed certs
2 parents d874553 + 30120fa commit a6bc502

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

articles/container-apps/custom-domains-managed-certificates.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ The requirements are:
3232

3333
- Establish a CNAME record for subdomains that maps directly to the container app's generated domain name. Mapping to an intermediate CNAME value blocks certificate issuance and renewal. Examples of CNAME values are traffic managers, Cloudflare, and similar services.
3434

35+
- If any [Certification Authority Authorization (CAA) domain record](https://wikipedia.org/wiki/DNS_Certification_Authority_Authorization) exists on the root domain, you must explicitly allow DigiCert as a certificate issuer by creating a CAA domain record with the value `0 issue digicert.com`. Without this setting, the certificate issuance and **renewal** will fail.
36+
3537
> [!NOTE]
3638
> To ensure the certificate issuance and subsequent renewals proceed successfully, all requirements must be met at all times when the managed certificate is assigned.
3739

0 commit comments

Comments
 (0)