I have a Debian server running Nginx under a domain, and I have 2 different SSL certificates, from different authorities. Is it possible to configure Nginx in a way to serve one SSL certificate, but then to serve another one as a fallback if the first one is expired, or the client doesn't accept it?
I've looked into SNI, but it appears it's only for servers that have multiple domains, with separate certificates.