Hi @RMerlin
It would be nice to support Let’s Encrypt ECDSA certificate on the webui.
As noted by NIST, ECDSA certificates can provide comparable security strength with smaller key sizes than RSA. As a result, conducting TLS handshakes with ECDSA certificates requires less networking and computing resources making them a good option for IoT devices that have limited storage and processing capabilities.
Let’s Encrypt accepts RSA keys that are 2048, 3072, or 4096 bits in length and P-256 or P-384 ECDSA keys.
(See https://letsencrypt.org/docs/integration-guide/ )
In the best world, it would be nice to have those 2 settings :
1. For the key type
2. For the key size (which depend on the key type)
I'm not sure if this is a really easy addon but once this is added into the GUI, I think it only needs to be added in the gencert.sh to specify openssl which certificate it need to be generated.
Let me know what you think,
Best regards,
It would be nice to support Let’s Encrypt ECDSA certificate on the webui.
As noted by NIST, ECDSA certificates can provide comparable security strength with smaller key sizes than RSA. As a result, conducting TLS handshakes with ECDSA certificates requires less networking and computing resources making them a good option for IoT devices that have limited storage and processing capabilities.
Let’s Encrypt accepts RSA keys that are 2048, 3072, or 4096 bits in length and P-256 or P-384 ECDSA keys.
(See https://letsencrypt.org/docs/integration-guide/ )
In the best world, it would be nice to have those 2 settings :
1. For the key type
2. For the key size (which depend on the key type)
I'm not sure if this is a really easy addon but once this is added into the GUI, I think it only needs to be added in the gencert.sh to specify openssl which certificate it need to be generated.
Let me know what you think,
Best regards,