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. crt.sh | 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:lerg.lt
I ran this command:sudo certbot certonly --manual --preferred-challenges dns -d vvp.lerg.lt
It produced this output:
IMPORTANT NOTES:
The following errors were reported by the server:
Domain: vvp.lerg.lt
Type: unauthorized
Detail: No TXT record found at _acme-challenge.vvp.lerg.lt
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address.
My web server is (include version): Server version: Apache/2.4.54 (Debian)
The operating system my web server runs on is (include version): debian-11.0-x86_64
My hosting provider, if applicable, is: iv.lt
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):certbot 1.12.0
Hello @Nolife159159, welcome to the Let's Encrypt community.
Here is a list of issued certificates crt.sh | lerg.lt, none of them have vvp.lerg.lt nor have a wildcard.
and
implies to me you are using the DNS-01 Challenge of the Challenge Types - Let's Encrypt
so I would think that a certificate containing wildcard domain name would be a reasonable choice.
Presently you have one that contains lerg.lt and www.lerg.lt.
Do you want vvp.lerg.lt and lerg.lt and *.lerg.lt to all have one common issued certificate?
Or are you wanting a sperate certificate issued for vvp.lerg.lt?
One choice would be just a wildcard -d lerg.lt -d "*.lerg.lt" ; this would allow you to add new subdomain names without having to get certificates reissued.
Another choice would be to have -d lerg.lt -d www.lerg.lt -d vvp.lerg.lt ; this would exact domain names for the issued certificate.
How can i solve / fix those name issues?
also i have tryed running sudo certbot certonly --manual --preferred-challenges dns -d lerg.lt -d www.lerg.lt -d vvp.lerg.lt
i got this:
Challenge failed for domain vvp.lerg.lt
dns-01 challenge for vvp.lerg.lt
Cleaning up challenges
Some challenges have failed.
IMPORTANT NOTES:
The following errors were reported by the server:
Domain: vvp.lerg.lt
Type: dns
Detail: DNS problem: NXDOMAIN looking up TXT for
_acme-challenge.vvp.lerg.lt - check that a DNS record exists for
this domain
Those issues will be fix with the successful reissuance of the certificate(s) (and having them installed properly and having the web server services restarted).
Kindly wait for more knowledgeable Let's Encrypt community volunteers to assist.
if i understand it right i need this
Detail: DNS problem: NXDOMAIN looking up TXT for
_acme-challenge.vvp.lerg.lt - check that a DNS record exists for
this domain
What is your high level objective for the 3 domain names?
vvp.lerg.lt
www.lerg.lt
lerg.lt
I am guessing you want www.lerg.lt and lerg.lt to deliver the same content.
So is vvp.lerg.lt going to be delivering content that different from the other 2?