Skip to content

Commit d1485c8

Browse files
committed
updates text
1 parent 7fed536 commit d1485c8

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

content/docs/capabilities/custom-domains.mdx

+6-10
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,16 @@ For example, if you added a custom domain like `mycorp.example.com` to Pomerium
3636

3737
## How to add a custom domain
3838

39-
Add a wildcard CNAME record that points to your starter domain. For example:
39+
Add a **wildcard CNAME record** that points to your starter domain. For example:
4040

41-
`*.mycorp.example.com CNAME unique-jellyfish-3578.pomerium.app`
41+
```bash
42+
*.mycorp.example.com CNAME unique-jellyfish-3578.pomerium.app
43+
```
4244

43-
In Google Cloud Platform, you can manage DNS records using the Cloud DNS interface:
45+
If you're using a DNS provider like Google's Cloud DNS, you can add the wildcard CNAME record without code:
4446

4547
![Add a CNAME record in GCP](../capabilities/img/custom-domains/gcp-cname-record.png)
4648

47-
:::note
48-
49-
The steps to add a wildcard CNAME record to your domain vary depending on your domain registrar and/or DNS provider. This guide uses Google Cloud Platform as an example.
50-
51-
:::
52-
5349
Add the custom domain in the Zero Console:
5450

5551
1. Select **Settings**
@@ -76,4 +72,4 @@ Let's Encrypt provides several [challenge types](https://letsencrypt.org/docs/ch
7672
- A `TXT` record must be placed at `_acme-challenge.<YOUR_DOMAIN>`
7773
- Or, a `CNAME` record must be placed at `_acme-challenge.<YOUR_DOMAIN>` that points to another domain with the `TXT` record
7874

79-
Because Pomerium owns the `pomerium.app` subdomain, we can write the `TXT` record for you. All you need to do is point a **wildcard CNAME record** to your cluster's starter domain.
75+
Because Pomerium owns the `pomerium.app` subdomain, we can write the `TXT` record for you. All you need to do is point a wildcard CNAME record to your cluster's starter domain.

0 commit comments

Comments
 (0)