Because my SSL certification expired I had to renew it. I used this:

sudo certbot certonly --manual --preferred-challenges=dns --email me@ntalam.com --server https://acme-v02.a
pi.letsencrypt.org/directory --agree-tos -d ntalam.com -d *.ntalam.com

But I got this error after:

Failed authorization procedure. ntalam.com (dns-01): urn:ietf:params:acme:error:dns :: DNS pro
blem: NXDOMAIN looking up TXT for _acme-challenge.ntalam.com - check that a DNS record exists 
for this domain, ntalam.com (dns-01): urn:ietf:params:acme:error:dns :: DNS problem: NXDOMAIN 
looking up TXT for _acme-challenge.ntalam.com - check that a DNS record exists for this domain

So I went to my google domains DNS panel and I found the problem. The correct parameter name only include the subdomain, not the fully.

it doesn’t include the domain name:

now we have a certificate for 3 more months