Skip to content

Commit 5f16a99

Browse files
Remove solution that was not on source and add intro paragraph
1 parent ee19900 commit 5f16a99

File tree

1 file changed

+3
-1
lines changed
  • src/content/docs/dns/zone-setups/subdomain-setup/setup

1 file changed

+3
-1
lines changed

src/content/docs/dns/zone-setups/subdomain-setup/setup/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,11 @@ Although the how-to guides in this documentation are focused on both parent doma
6868

6969
## SSL/TLS certificates
7070

71+
When using subdomain setup, you should consider possible interactions between parent zone and child zone configurations that could impact [SSL/TLS certificates](/ssl/) provisioning.
72+
7173
If a certificate is already active on the child zone for a specific hostname (`subdomain.example.com`), any certificate pack containing that exact hostname in the parent zone (`example.com`) will fail validation.
7274

73-
Also, if a wildcard DNS record exists in the parent zone (`*.example.com`) that covers a hostname in the child zone (`subdomain.example.com`), the [domain control validation (DCV) process](/ssl/edge-certificates/changing-dcv-method/) for a certificate in the child zone will fail. To successfully provision the certificate in the child zone, you must pause or remove the conflicting wildcard DNS record on the parent zone.
75+
Also, if a wildcard DNS record exists in the parent zone (`*.example.com`) that covers a hostname in the child zone (`subdomain.example.com`), the [domain control validation (DCV) process](/ssl/edge-certificates/changing-dcv-method/) for a certificate in the child zone will fail.
7476

7577
## Access applications
7678

0 commit comments

Comments
 (0)