▲ | jcgl 2 days ago | ||||||||||||||||||||||||||||||||||||||||||||||||||||
No, that’s just one of the use-cases. Also: - wildcard certs. DNS-01 is a strict requirement here. - certs for a service whose TLS is terminated by multiple servers (e.g. load balancers). DNS-01 is a practical requirement here because only one of the terminating servers would be able to respond during an HTTP or ALPN challenge. | |||||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | account42 2 days ago | parent | next [-] | ||||||||||||||||||||||||||||||||||||||||||||||||||||
> DNS-01 is a practical requirement here because only one of the terminating servers would be able to respond during an HTTP or ALPN challenge. Reverse-proxying or otherwise forwarding requests for .well-known/acme-challenge/ to a single server should be just as easy to set up as DNS-01. | |||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | xg15 2 days ago | parent | prev [-] | ||||||||||||||||||||||||||||||||||||||||||||||||||||
Ah, that makes sense. Thanks! |