A while back I requested new certificates (to replace old Let's Encrypt certificates) for domains to use the new default EC-384 keysize, as described here:
But now when the certificates are automatically renewed they are renewed with the old settings, that are stored in the san_config file for every domain:
So after they are renewed the certificates use the old 4096 key size, instead of the newly requested EC-384 trough the DirectAdmin interface. Can this be changed that if you request new Let's Encrypt certificates with a new key size, that will become the default, also after a renewal?
I am now manually changing the key size settings in every san_config file to check with the next renewal if is goes correctly.
But now when the certificates are automatically renewed they are renewed with the old settings, that are stored in the san_config file for every domain:
Code:
default_bits = 4096
So after they are renewed the certificates use the old 4096 key size, instead of the newly requested EC-384 trough the DirectAdmin interface. Can this be changed that if you request new Let's Encrypt certificates with a new key size, that will become the default, also after a renewal?
I am now manually changing the key size settings in every san_config file to check with the next renewal if is goes correctly.