Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. https://crt.sh/?q=example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: https://happytoo.app
I ran this command:
"1) Type these 3 lines of codes
- DOMAIN=happytoo.app
- WILDCARD=*.$DOMAIN
- echo $DOMAIN && echo $WILDCARD
- Type it
- sudo certbot -d $DOMAIN -d $WILDCARD --manual --preferred-challenges dns certonly"
It produced this output:
Cert is due for renewal, auto-renewing…
Renewing an existing certificate
Performing the following challenges:
dns-01 challenge for happytoo.app
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
NOTE: The IP of this machine will be publicly logged as having requested this
certificate. If you’re running certbot in manual mode on a machine that is not
your server, please ensure you’re okay with that.
Are you OK with your IP being logged?
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
(Y)es/(N)o: y
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Please deploy a DNS TXT record under the name
_acme-challenge.happytoo.app with the following value:
_AiYRHNnL92AyOWeycWDZdkU5TFFY9_O4qChW-fGGUs
Before continuing, verify the record is deployed.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Press Enter to Continue
Waiting for verification…
Cleaning up challenges
Failed authorization procedure. happytoo.app (dns-01): urn:ietf:params:acme:error:dns :: DNS problem: NXDOMAIN looking up TXT for _acme-challenge.happytoo.app - check that a DNS record exists for this domain
IMPORTANT NOTES:
** - The following errors were reported by the server:**
Domain: happytoo.app
Type: None
Detail: DNS problem: NXDOMAIN looking up TXT for
_acme-challenge.happytoo.app - check that a DNS record exists for
this domain
My web server is (include version): AWS (Amazon Web Server), LAMP
The operating system my web server runs on is (include version): Not sure about this…
My hosting provider, if applicable, is: AWS, Lightsails
I can login to a root shell on my machine (yes or no, or I don’t know): YES
I’m using a control panel to manage my site (no, or provide the name and version of the control panel): NO
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you’re using Certbot): happytoo.app
(1) Even if I tried multiple times to create 5-6 TXT records and added on DNS zone, let’s encryption wasn’t successfully renewed with other old TXT records. so I decided to remove the old records.
(2) Therefore, I deleted all TXT records made from last time (10 records).
(3) I added a new TXT record correctly on DNS zone and tried again to renew the certificate.
(4) For this time I tried, it said “DNS problem: NXDOMAIN looking up TXT for”
Could you please help me how to solve this and renew let’s encrpyt successfully?
Q. Should I create a DNS TXT entry?
Q. Should I add them (removed TXT records) back to DNS zone? If so, how can I get them?
Q. Should I register letsencrypt again?