Skip to content

Commit

Permalink
Explain CNAMEs in DNS records section
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel15 committed Mar 23, 2018
1 parent 46b9c45 commit 8eed75b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ You will need to add some DNS records on your domain's regular DNS server:
- `NS` record for `auth.example.com` pointing to `ns.auth.example.com`
- `A` record for `ns.auth.example.com` pointing to `198.51.100.1`
- If using IPv6, an `AAAA` record pointing to the IPv6 address
- Each domain you will be authenticating will need a `CNAME` for a `_acme-challenge` subdomain added. The [client](README.md#clients) you use will explain how to do this.

## Testing It Out

Expand Down

0 comments on commit 8eed75b

Please sign in to comment.