RSA certificate usage comprises only a tiny fraction of traffic vs ECDSA:
SELECT tls_auth, COUNT(tls_auth) from "druid"."webrequest_sampled_live" WHERE __time >= TIMESTAMP '2024-06-23' GROUP by tls_auth;
yields:
ECDSA | 2416766928 |
RSA | 2388370 |
In the last month, RSA traffic accounted for ~0.1% of traffic.
Very low demand, ever-weakening security, and increased cost/overhead of certificate issuance (WMF pays double so that we get RSA certificates) tells us that this is a good time to remove RSA certificates and only use ECDSA certificates.