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:
www.lsl-technology.com lsl-technology.com
I ran this command:
certbot certonly --manual -d www.lsl-technology.com -d lsl-technology.com
After running the command, I am asked to add the following two txt files with specific content into the files.
Create a file containing just this data:
NIICyQ7K9YLp30qTv54t4vutEXvAmdH_N6ZCAPTnqs0.eiCJBvGKYtMMWMbTeSxmSokVGx8V4tax-GWK-xF9CKA
And make it available on your web server at this URL:
http://lsl-technology.com/.well-known/acme-challenge/NIICyQ7K9YLp30qTv54t4vutEXvAmdH_N6ZCAPTnqs0
Press Enter to Continue
Create a file containing just this data:
Yxrc3eT0CF0XjgAXCaxc30BUFhp6aXkrLh7p1tifMEM.eiCJBvGKYtMMWMbTeSxmSokVGx8V4tax-GWK-xF9CKA
And make it available on your web server at this URL:
http://www.lsl-technology.com/.well-known/acme-challenge/Yxrc3eT0CF0XjgAXCaxc30BUFhp6aXkrLh7p1tifMEM
(This must be set up in addition to the previous challenges; do not remove,
replace, or undo the previous challenge tasks yet.)
It produced this output:
Certbot failed to authenticate some domains (authenticator: manual). The Certificate Authority reported these problems:
Domain: lsl-technology.com
Type: unauthorized
Detail: 2a05:d01c:4c2:c600:fc34:498e:2999:d536: Invalid response from http://lsl-technology.com/.well-known/acme-challenge/NIICyQ7K9YLp30qTv54t4vutEXvAmdH_N6ZCAPTnqs0: 404
Domain: www.lsl-technology.com
Type: unauthorized
Detail: 2a05:d01c:4c2:c600:fc34:498e:2999:d536: Invalid response from http://www.lsl-technology.com/.well-known/acme-challenge/Yxrc3eT0CF0XjgAXCaxc30BUFhp6aXkrLh7p1tifMEM: 404
Hint: The Certificate Authority failed to verify the manually created challenge files. Ensure that you created these in the correct location.
Ever though the files are present in the relevant directory.
My web server is (include version):
The operating system my web server runs on is (include version):
lsb_release -a
LSB Version: core-11.1.0ubuntu4-noarch:security-11.1.0ubuntu4-noarch
Distributor ID: Ubuntu
Description: Ubuntu 22.04.4 LTS
Release: 22.04
Codename: jammy
My hosting provider, if applicable, is:
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.21.0
I started off trying to do a manual renewal, that failed with challenge issues, I then tried the manual creation and that failed.
I then deleted the certificates and tried to install them from the start and also get the same error.
The DNS points to my server and the site is up and running.
I have also tried reading loads of posts and cannot seem to figure out what is causing the issue.
Could it be that I still have acme records within the DNS config. Should these be removed before trying the installation of the certificates.
Thanks for your help and guidance.
Lawrence