We'd like to use an ECDSA SSL cert; however, we need to support a fairly wide variety of devices including some that are unlikely to ever support ECDSA certificates. The standard solution is to fallback to an RSA cert based on what the client supports, presumably as envisaged in this answer. On Linux with Apache 2.4 it's possible, and similarly for Nginx where wikipedia's turned it on. How can I enable this, ECDSA+RSA, in Windows for IIS and OWIN?
The answer I expect is "Use Windows Server 2016 and then do X," but I'd like to be pleasantly surprised.