+1
it's already recommended to phase out rsa2048 and replace it with ECDSA p-256 or p-384
and both certbot and acme.sh already support getting ecdsa certs with the options
--key-type ecdsa --elliptic-curve secp256r1 (or secp384r1) for certbot
or -keylength ec-256 (or ec-384) for acme.sh
so this should be something enhance can make default with minimal effort.