Any chance Lets Encrypt could allow for the creation and use of a cert that does not support: SSL 2, 3, TLS 1.0 and 1.1?
Additionally, can we also look at stripping out " TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA ( 0xc008 ) ECDH sect571r1 (eq. 15360 bits RSA) FS "?
I understand the need for backward compatibility, but some service do not want to enable the clients to use out of date tech, and it leaves us open to security issues.
Like @danb35 mentioned (thanks!) both the protocol versions and the supported ciphersuites are not properties linked to the certificate.
That said, an ACME client that more directly manages webserver configuration beyond just issuing Certificates could certainly support a feature that would customize the protocol/ciphersuites to limit insecure choices.
Granted these can be managed through the conf of the webserver but it would not be needed if the protocol suits were not “compiled” into the underlying certs. This would be helpful, in my mind for people that do not have control over the underlying server, plus it would be handy for organizations and security divisions to simply procure these on behalf of their respective enterprises.
Thanks for the direction on this. I was under a misunderstanding of how things are. A link provided below offers a fairly decent explanation of where Iw as mistaken. Kind regards,