Skip to content

Commit

Permalink
fix step 1 Creating DNS records
Browse files Browse the repository at this point in the history
  • Loading branch information
mariana-caetano authored Jan 31, 2025
1 parent 249e6bf commit ee1c6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/faststore/docs/go-live/1-configuring-external-dns.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Besides making your FastStore website accessible via a custom domain, **VTEX Che
### Step 1 - Creating DNS records

1. Access your domain provider's website.
2. Create a **CNAME** DNS record for your `www` domain (e.g., `www.mystore.com`) that points to `www.{rootDomain}.com.cdn.vtex.com` (e.g., `www.mystore.com.cdn.vtex.com`). Check the documentation of your domain provider for more information.
2. Create a **CNAME** DNS record for your `www` domain (e.g., `www.mystore.com`) that points to `www.{rootDomain}.cdn.vtex.com` (e.g., `www.mystore.com.cdn.vtex.com`). Check your domain provider's documentation for more information.
3. Now, create a **CNAME** record for the `secure` subdomain (e.g., `secure.mystore.com`) that points to `secure.{rootDomain}.cdn.vtex.com` (e.g., `secure.mystore.com.cdn.vtex.com`). This subdomain will be used by the **Checkout**, **Order Placed**, **Login**, and **My Account** pages.

> ℹ️ Please note that the configured addresses may not be immediately available to everyone due to DNS propagation, which can take 24-48 hours to complete.
Expand Down

0 comments on commit ee1c6c8

Please sign in to comment.