Hello list, I have a `crt-list` keyword configuring a list of crt/keys,
something like this:
/tmp/default.pem
/tmp/a.pem a.local
/tmp/b.pem b.local
We consider the first line the fallback certificate - that one that should be
used if everything else fails.
We've however one situation where default.pem is valid for a.local, and since
default.pem is the first crt due to its fallback status, default.pem is used in
the handshake instead of a.pem.
Is there a way to configure a certificate to just act as a fallback crt? Any
other advice here?
~jm