|
|
|
|
|
by jcgl
168 days ago
|
|
I'd say that load balancers (one-address-to-N-servers) count as a common practice, but I otherwise agree in that regard. Regarding wildcard certs, eh. I wouldn't say they have a bad reputation. Sure, greater blast radius. But sometimes it can certainly simplify things to use one. Your ACME client configuration is easier and your TLS terminator configuration often becomes easier when the terminator would otherwise need to switch based on SNI. |
|
As for wildcard certs, I agree there are use cases where we really need them like dynamic subdomains {customer}.status.com
Can you share how they make ACME client configuration easier?