Newbie - Unable to find a virtual host listening on port 80 with server behind home NAT

Sorry for the multiple posts...

But I just noticed that both names don't resolve in DNS:
The "www" name shows an IP, but the bare domain does not.
That will be a problem for HTTP-01 authentication.
:frowning:

If you can't get an IP for it...
You can just get a cert for the "www" name:

sudo certbot \
certonly \
--standalone \
--http-01-port 8080 \
-d www.thecampanileproject.org \
--dry-run
1 Like