We are trying to get approved from a vendor that requires cipher suites order to be processed in this way:
TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
We use Windows Server 2016 with IIS 10. If we use a wildcard certificate for the website, ssllabs.com only shows the RSA cipher. So, we bought an EV ECDSA certificate just for our website (no wildcard), installed it (which produced 2 separate certificates (ECDSA and RSA), and bond 443 to the ECDSA certificate. Ssllabs.com will only show the ECDSA cipher but no RSA cipher.
We have changed the order in
Local Group Policy-> Administrative Templates->Network-> SSL Configuration Setting-> SSL Cipher Suites Order
to have the above required order.
For someone that knows nothing about cipher suites and very little about certificates, is there a way to process the cipher suites in the order required? How would this be accomplished? Is it a configuration setup? Is it possible in a Windows environment?