mirror of
https://github.com/joohoi/acme-dns.git
synced 2024-12-22 21:33:51 +07:00
Explain CNAMEs in DNS records section
This commit is contained in:
parent
46b9c45e1b
commit
8eed75b495
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user