Hi,
I have noticed that this commit introduced the possibility to issue ECDSA certificates with Certbot
Is this correct? (starting with version 1.9?)
If it is, that's big news because it has been a long-awaited feature!
My understanding is that to issue a ECDSA certificate it is required to pass in the "--key-type ecdsa" parameter (optionally specifying the type of elliptic curve with " --elliptic-curve secp256r1 / secp384r1 / secp521r1" [default: secp256r1]), and it does the job.