fractalnetworksco/selfhosted-gateway

Recommend DNS based certificate challenges for CERTS

latetedemelon opened this issue · 1 comments

Unless I'm mistaken this seems to require leaving port 80 open on the VPS which is not ideal. Recommend updating to allow DNS based certificate challenges / generation.

correct, port 80 is typically left open in order to support http -> https redirecting which is the default behavior for Caddy.

Definitely open to supporting DNS based cert challenges and making which ports are left open configurable via a YAML configuration file.