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:
*'.lsl-technology.com
*.collegiansfc.org
I ran this command:
certbot certonly --manual --preferred-challenges dns
It produced this output:
Did exactly the same for both domains and have exactly the same issue with both domains. I did each domain independently and not at the same time.
I was prompted to insert the wildcard domain that I wanted a certificate for. I inserted the domains as shown above.
I was prompted to create an _acme TXT record for each domain. and then proceeded to complete successfully.
The following entries were added to each nginx site config file.
root@dunnsland:~# grep ssl_certificate /etc/nginx/sites-enabled/collegiansfc
ssl_certificate /etc/letsencrypt/live/collegiansfc.org/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/collegiansfc.org/privkey.pem; # managed by Certbot
root@dunnsland:~# grep ssl_certificate /etc/nginx/sites-enabled/lsltech
ssl_certificate /etc/letsencrypt/live/lsl-technology.com/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/lsl-technology.com/privkey.pem; # managed by Certbot
The issue is when I open a browser to both of the domains I am told that the site is not secure.
I have carried out an SSL Check on both domains and see the following error, but have no clue what is wrong.
running certbot certificates I see the following.
Found the following certs:
Certificate Name: collegiansfc.org
Serial Number: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Key Type: ECDSA
Domains: *.collegiansfc.org
Expiry Date: 2025-01-31 21:18:25+00:00 (VALID: 89 days)
Certificate Path: /etc/letsencrypt/live/collegiansfc.org/fullchain.pem
Private Key Path: /etc/letsencrypt/live/collegiansfc.org/privkey.pem
Certificate Name: lsl-technology.com
Serial Number: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Key Type: ECDSA
Domains: *.lsl-technology.com
Expiry Date: 2025-01-31 08:45:16+00:00 (VALID: 88 days)
Certificate Path: /etc/letsencrypt/live/lsl-technology.com/fullchain.pem
Private Key Path: /etc/letsencrypt/live/lsl-technology.com/privkey.pem
My web server is (include version):
nginx version: nginx/1.24.0 (Ubuntu)
The operating system my web server runs on is (include version):
Ubuntu 24.04.1 LTS
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 2.9.0
I hope someone has some advice for me.
Thanks
Lawrence