My domain is: selbyironworks.com
I ran this command: sudo certbot --nginx --redirect -d selbyironworks.com -d www.selbyironworks.com
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Requesting a certificate for selbyironworks.com and www.selbyironworks.com
Certbot failed to authenticate some domains (authenticator: nginx). The Certificate Authority reported these problems:
Domain: selbyironworks.com
Type: unauthorized
Detail: 2001:19f0:5:4e63:5400:4ff:fe90:6da2: Invalid response from http://selbyironworks.com/.well-known/acme-challenge/FisXBiyRohebtiV_JapUt14sHbX3RTKSceqMIoY40ps: 404
Domain: www.selbyironworks.com
Type: unauthorized
Detail: 2001:19f0:5:4e63:5400:4ff:fe90:6da2: Invalid response from http://www.selbyironworks.com/.well-known/acme-challenge/zQ96OgvwwB2HUM_B2zXvkFSn4PVV0ZvRcbzO26hzqs4: 404
Hint: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet.
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
My web server is (include version): Nginx
The operating system my web server runs on is (include version): Debian 12 x64
My hosting provider, if applicable, is: vultr
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):
root@vultr:~# netstat -an | grep LISTEN
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN
tcp6 0 0 :::22 :::* LISTEN
tcp6 0 0 :::80 :::* LISTEN
unix 2 [ ACC ] STREAM LISTENING 15966 /run/user/0/systemd/private
unix 2 [ ACC ] STREAM LISTENING 15975 /run/user/0/bus
unix 2 [ ACC ] STREAM LISTENING 15982 /run/user/0/gnupg/S.dirmngr
unix 2 [ ACC ] STREAM LISTENING 15984 /run/user/0/gnupg/S.gpg-agent.browser
unix 2 [ ACC ] STREAM LISTENING 15986 /run/user/0/gnupg/S.gpg-agent.extra
unix 2 [ ACC ] STREAM LISTENING 15988 /run/user/0/gnupg/S.gpg-agent.ssh
unix 2 [ ACC ] STREAM LISTENING 15990 /run/user/0/gnupg/S.gpg-agent
unix 2 [ ACC ] STREAM LISTENING 13326 /run/systemd/private
unix 2 [ ACC ] STREAM LISTENING 13328 /run/systemd/userdb/io.systemd.DynamicUser
unix 2 [ ACC ] STREAM LISTENING 13329 /run/systemd/io.system.ManagedOOM
unix 2 [ ACC ] STREAM LISTENING 13340 /run/systemd/fsck.progress
unix 2 [ ACC ] STREAM LISTENING 13348 /run/systemd/journal/stdout
unix 2 [ ACC ] SEQPACKET LISTENING 13350 /run/udev/control
unix 2 [ ACC ] STREAM LISTENING 13790 /run/systemd/journal/io.systemd.journal
unix 2 [ ACC ] STREAM LISTENING 15285 /run/dbus/system_bus_socket
thank you for your time.