Certificate Authority – Generate CA Signed ECDSA Certificate

certificate-authority

I need a CA signed ECDSA certificate for testing purposes.
I am able to generate an ECDSA certificate and key but I have never signed one.
I use OpenSSL in a Windows environment to generate certificates.
Is there any way to generate a free CA signed ECDSA certificate?
If not, can someone provide the steps (openssl) to sign my generated certificates?

Best Answer

Let's Encrypt supports ECDSA keys:

As of version 1.10, Certbot supports two types of private key algorithms: rsa and ecdsa. The type of key used by Certbot can be controlled through the --key-type option. You can also use the --elliptic-curve option to control the curve used in ECDSA certificates.