Open sfescape opened 1 week ago
The requirement is only really there's for caddy to get the tls cert, afaik. If you do your certs through letsencrypt any other way, like through traefik, and use that to do your reverse proxy, you should be able to drop the port 80 entirely.
I did, anyway.
That's good to know, perhaps the issue can be resolved with documentation.
I'm fairly certain that Let's Encrypt requires port 80 to get an initial certificate (with Caddy, traefik, or anything else), though I don't think port 80 is required for renewals.
If you're using DNS with let's encrypt then you don't need any ports open (as far as getting certs is concerned).
I only expose port 443 for my website and likewise only want to expose port 443 for PDS. If browsers don't need port 80, can PDS also drop the port 80 requirement?