The operating system my web server runs on is (include version):
Debian 12
I can login to a root shell on my machine (yes or no, or I don't know): Yes
The version of my client is: certbot 2.1.0
I have been struggling to get SSL certificates for my domain. I am unsure if I can even authenticate it since I am using a secure namespace (forgive me, I'm not very familiar with web technologies). Is anybody able to point me in the right direction?
while browsers will use https on that domain because of HSTS preload on .dev zone, by RFC 8555 http-01 challenge will start from port 80 and you need to spin a http server on port 80
Port 80 is Open and accessible (Port 443 is filtered)
$ nmap -Pn -p80,443 nextcloud.jamesaylward.dev
Starting Nmap 7.80 ( https://nmap.org ) at 2024-03-31 20:01 UTC
Nmap scan report for nextcloud.jamesaylward.dev (139.216.33.198)
Host is up (0.20s latency).
rDNS record for 139.216.33.198: 139-216-33-198.sta.dodo.net.au
PORT STATE SERVICE
80/tcp open http
443/tcp filtered https
Nmap done: 1 IP address (1 host up) scanned in 3.68 seconds