▲ | account42 2 days ago | |||||||||||||||||||||||||||||||||||||||||||
> 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. | ||||||||||||||||||||||||||||||||||||||||||||
▲ | jcgl 2 days ago | parent [-] | |||||||||||||||||||||||||||||||||||||||||||
But then you have to redistribute the cert from that single server to all the others. Which, yes, can be done. But then you've gotta write that glue yourself. What's more, you've now chosen a special snowflake server on whom renewals depend. In other words, no, it's not just as easy as setting up DNS-01. Different operational characteristics, and a need for bespoke glue code. | ||||||||||||||||||||||||||||||||||||||||||||
|