Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions doc/user-guide/custom-domains.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,13 @@ You should be able to see something like this:


```{important}
Depending on your DNS provider (e.g. namecheap), you might need to modify the CNAME
Depending on your DNS provider (e.g. SquareSpace, and previously Namecheap), you might need to modify the CNAME
record displayed for the SSL certificate. You'll see something like this
in the CNAME name: `LONGSTRING.example.com.` or `LONGSTRING.subdomain.example.com.`,
if you encounter errors, remove the root domain from the value. (see this
in the CNAME name:
- `_LONGSTRING.example.com.` → `_LONGSTING`
- `_LONGSTRING.subdomain.example.com.` → `_LONGSTRING`

If you encounter errors, remove the root domain from the value. (see this
[stack overflow](https://stackoverflow.com/a/63246970/709975) question to learn more)
```

Expand Down