From 8492f213170ef0e050ea985ee6cc432ebe1df630 Mon Sep 17 00:00:00 2001 From: Rachel Feinberg Date: Tue, 2 Jul 2024 16:30:43 -0700 Subject: [PATCH 1/3] BD-3228 Delegating your custom domain --- _docs/_hidden/private_betas/link_shortening.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/_docs/_hidden/private_betas/link_shortening.md b/_docs/_hidden/private_betas/link_shortening.md index 3b9cd6f8103..d19cf3e4128 100644 --- a/_docs/_hidden/private_betas/link_shortening.md +++ b/_docs/_hidden/private_betas/link_shortening.md @@ -124,6 +124,21 @@ Contact your Braze account manager if you're interested in getting started with - You can also use unique subdomains, such as `sms.braze.com`. - We recommend choosing a domain with as few characters as possible to minimize the length of your URLs. +#### Delegating your custom domain + +When you delegate your domain to Braze, we automatically handle the certificate renewal in order to prevent a lapse in service. + +To delegate your domain to Braze, do the following: + +1. Bring a domain that meets the above requirements to your customer success manager. Braze will then check the existing DNS configuration for the domain and confirm that: + - No CAA records exist OR + - CAA records *do* exist but have a record for {% raw %}` issue "letsencrypt.org"`{% endraw %} or {% raw %}` issuewild "letsencrypt.org"`{% endraw %} +2. Create four new A records, one for each IP, and confirm that they are the only A records that exist for the domain link host: +- 151.101.130.133 +- 151.101.194.133 +- 151.101.2.133 +- 151.101.66.133 + ### Using custom domains Once configured, custom domains can be assigned to one or multiple SMS subscription groups. From 612c1606be5f83c407366eb98ad607f8e974bd5c Mon Sep 17 00:00:00 2001 From: Rachel Feinberg Date: Wed, 3 Jul 2024 12:58:39 -0700 Subject: [PATCH 2/3] Fix bullets --- _docs/_hidden/private_betas/link_shortening.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_docs/_hidden/private_betas/link_shortening.md b/_docs/_hidden/private_betas/link_shortening.md index d19cf3e4128..d4285878770 100644 --- a/_docs/_hidden/private_betas/link_shortening.md +++ b/_docs/_hidden/private_betas/link_shortening.md @@ -131,8 +131,8 @@ When you delegate your domain to Braze, we automatically handle the certificate To delegate your domain to Braze, do the following: 1. Bring a domain that meets the above requirements to your customer success manager. Braze will then check the existing DNS configuration for the domain and confirm that: - - No CAA records exist OR - - CAA records *do* exist but have a record for {% raw %}` issue "letsencrypt.org"`{% endraw %} or {% raw %}` issuewild "letsencrypt.org"`{% endraw %} +- No CAA records exist OR +- CAA records *do* exist but have a record for {% raw %}` issue "letsencrypt.org"`{% endraw %} or {% raw %}` issuewild "letsencrypt.org"`{% endraw %} 2. Create four new A records, one for each IP, and confirm that they are the only A records that exist for the domain link host: - 151.101.130.133 - 151.101.194.133 From 61cf2d0da5b51c254d9369b990ad8775ff641856 Mon Sep 17 00:00:00 2001 From: Rachel Feinberg <135255868+rachel-feinberg@users.noreply.github.com> Date: Wed, 3 Jul 2024 14:29:28 -0700 Subject: [PATCH 3/3] Update _docs/_hidden/private_betas/link_shortening.md Co-authored-by: Lydia Xie <87040416+lydia-xie@users.noreply.github.com> --- _docs/_hidden/private_betas/link_shortening.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/_hidden/private_betas/link_shortening.md b/_docs/_hidden/private_betas/link_shortening.md index d4285878770..9e4087620fb 100644 --- a/_docs/_hidden/private_betas/link_shortening.md +++ b/_docs/_hidden/private_betas/link_shortening.md @@ -126,7 +126,7 @@ Contact your Braze account manager if you're interested in getting started with #### Delegating your custom domain -When you delegate your domain to Braze, we automatically handle the certificate renewal in order to prevent a lapse in service. +When you delegate your domain to Braze, we automatically handle the certificate renewal to prevent a lapse in service. To delegate your domain to Braze, do the following: