porunov/acme_client

DNS challenge DNS record name

longshum7 opened this issue · 2 comments

I follow the steps for the DNS challenge.
https://github.com/porunov/acme_client/wiki/Get-a-wildcard-certificate

In Step 7, we need to create 2 txt record in the DNS with the same name. Is it possible? Or is it a typo?

Quoted text:
First record. Name: _acme-challenge value: ;
Second record. Name: _acme-challenge value: .
Wait till your DNS records are updated and check that your two digests are available to be checked for the domain: _acme-challenge.example.com.

@longshum7 it's not a typo. You may have multiple different TXT records on the same path. It's perfectly fine.
You will need to create 2 TXT records on _acme-challenge.example.com.

thank you.