Right now exim is configured with RSA certs only and not with a dual stack (RSA+ECDSA) setup, from lists1004's exim configuration:
# TLS
tls_certificate = /etc/acmecerts/lists/live/rsa-2048.chained.crt
tls_privatekey = /etc/acmecerts/lists/live/rsa-2048.keyFrom exim's documentation:
For dual-stack (eg. RSA and ECDSA) configurations, these options can be colon-separated lists of file paths.
Could we set exim to support ECDSA+RSA first (in that order) and track the evolution of TLS usage?